Html Css Color HEX #F03F11 Orange Red

📋 copy color: '#F03F11'

red 240 ◦ green 63 ◦ blue 17

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

Shades of Orange Red #F03F11

Tints of Orange Red #F03F11

RGB

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

 GREEN value IS 63 (25% from 255) = 19.69%

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

R = 75%
G = 19.69%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F03F11 (or 0xF03F11) is known color: Orange Red. HEX triplet: F0, 3F and 11. RGB value is (240,63,17). Sum of RGB (Red+Green+Blue) = 240+63+17=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03F11 is #0FC0EE. Grayscale: #6F6F6F. Windows color (decimal): -1032431 or 1130480. OLE color: 1130480.

HSL color Cylindrical-coordinate representation of color #F03F11: hue angle of 12.38º 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 #F03F11 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 63 17 -
CMYK 0 0.74 0.93 0.06
HSL 12.38º 0.88% 0.5% -
HSV(B) 12.38º 0.93% 0.94% -
XYZ 37.81 22.12 2.81 -
YUV 110.68 75.14 220.24 -
System Red Green Blue C M Y K H S L
Decimal 240 63 17 0 0.74 0.93 0.06 12.38 0.88 0.5
Hex F0 3F 11 0 4A 5D 6 C 58 32
Octal 360 77 21 0 112 135 6 14 130 62
Binary 11110000 111111 10001 0 1001010 1011101 110 1100 1011000 110010

Color Harmonies of #F03F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F11

Black with #F03F11

Text Example


Text Example

White with #F03F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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