Color Hex Logo

#f02801 Color Hex

#F02801
(240,40,1)
0 Favorites   0 Comments

Color spaces of #f02801

RGB 240401
HSL0.030.990.47
HSV10°100°94°
CMYK 0.000.831.00   0.06
XYZ36.699520.04501.9635
Yxy20.04500.62510.3414
Hunter Lab44.771667.966828.7399
CIE-Lab51.888171.470664.6014

#f02801 color RGB value is (240,40,1).

#f02801 hex color red value is 240, green value is 40 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #f02801 hue: 0.03 , saturation: 0.99 and the lightness value of f02801 is 0.47.

The process color (four color CMYK) of #f02801 color hex is 0.00, 0.83, 1.00, 0.06. Web safe color of #f02801 is #ff3300. Color #f02801 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00101000 00000001
Octal 360 50 1
Decimal 240 40 1
Hex F0 28 1

RGB Percentages of Color #f02801

%85.41
%14.23
%0.36

CMYK Percentages of Color #f02801

%0
%83
%100
%6

Triadic Colors of #f02801

#f02801 #01f028 #2801f0

Analogous Colors of #f02801

#f02801 #f0a001 #f00152

Monochromatic Colors of #f02801

#f02801

Complementary Color

#f02801 #01c9f0

#f02801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f02801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f02801 Color CSS Codes

.mybgcolor {background-color:#f02801; } 
.myforecolor {color:#f02801; }
.mybordercolor {border:3px solid #f02801; }

#f02801 Text Font Color

<p style="color:#f02801">Text here</p>

This sample text font color is #f02801
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f02801 Background Color

<div style="background-color:#f02801">
Div content here</div>

This div background color is #f02801


#f02801 Border Color

<div style="border:3px solid #f02801">
Div here</div>

This div border color is #f02801


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,40,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f02801; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f02801;
  -webkit-box-shadow: 1px 1px 3px 2px #f02801;
  box-shadow:         1px 1px 3px 2px #f02801; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,40,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f02801">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f02801;
  -webkit-box-shadow: 1px 1px 3px 2px #f02801;
  box-shadow:         1px 1px 3px 2px #f02801;">
Div content here</div>

This div box has shadow with color #f02801


Comments

No comments written yet.

Please login to write comment.