Html Css Color HEX #F03911 Orange Red

📋 copy color: '#F03911'

red 240 ◦ green 57 ◦ blue 17

#F03911
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #F03911

Tints of Orange Red #F03911

RGB

 RED value IS 240 (94.14% from 255) = 76.43%

 GREEN value IS 57 (22.66% from 255) = 18.15%

 BLUE value IS 17 (7.03% from 255) = 5.41%

R = 76.43%
G = 18.15%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F03911 (or 0xF03911) is known color: Orange Red. HEX triplet: F0, 39 and 11. RGB value is (240,57,17). Sum of RGB (Red+Green+Blue) = 240+57+17=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F03911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03911 is #0FC6EE. Grayscale: #6B6B6B. Windows color (decimal): -1033967 or 1128944. OLE color: 1128944.

HSL color Cylindrical-coordinate representation of color #F03911: hue angle of 10.76º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F03911 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 57 17 -
CMYK 0 0.76 0.93 0.06
HSL 10.76º 0.88% 0.5% -
HSV(B) 10.76º 0.93% 0.94% -
XYZ 37.5 21.49 2.7 -
YUV 107.16 77.13 222.75 -
System Red Green Blue C M Y K H S L
Decimal 240 57 17 0 0.76 0.93 0.06 10.76 0.88 0.5
Hex F0 39 11 0 4C 5D 6 B 58 32
Octal 360 71 21 0 114 135 6 13 130 62
Binary 11110000 111001 10001 0 1001100 1011101 110 1011 1011000 110010

Color Harmonies of #F03911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03911

Black with #F03911

Text Example


Text Example

White with #F03911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03911; }

 p { color: rgb(240,57,17); }

 H1.HeaderClassName
 {
   color: #F03911;
 }
 .AnyTagClassName
 {
   color: #F03911;
 }
</style>

background-color css

<style>
 a { background-color: #F03911; }

 a { background-color: rgb(240,57,17); }

 div.DivClassName
 {
   background-color: #F03911;
 }
 .BgClassName
 {
   background-color: #F03911;
 }
</style>

border-color css

<style>
 span { border-color: #F03911; }

 span { border-color: rgb(240,57,17); }

 td.TdClassName
 {
   border-color: #F03911;
 }
 .TagClassName
 {
   border-color: #F03911;
 }
</style>