Html Css Color HEX #F03B16 Orange Red

📋 copy color: '#F03B16'

red 240 ◦ green 59 ◦ blue 22

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

Shades of Orange Red #F03B16

Tints of Orange Red #F03B16

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.38%

 BLUE value IS 22 (8.98% from 255) = 6.85%

R = 74.77%
G = 18.38%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F03B16 (or 0xF03B16) is known color: Orange Red. HEX triplet: F0, 3B and 16. RGB value is (240,59,22). Sum of RGB (Red+Green+Blue) = 240+59+22=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 59 (23.44% from 255 or 18.38% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03B16 is #0FC4E9. Grayscale: #6D6D6D. Windows color (decimal): -1033450 or 1457136. OLE color: 1457136.

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

Color convert

RGB 240 59 22 -
CMYK 0 0.75 0.91 0.06
HSL 10.18º 0.88% 0.51% -
HSV(B) 10.18º 0.91% 0.94% -
XYZ 37.64 21.71 2.97 -
YUV 108.9 78.97 221.51 -
System Red Green Blue C M Y K H S L
Decimal 240 59 22 0 0.75 0.91 0.06 10.18 0.88 0.51
Hex F0 3B 16 0 4B 5B 6 A 58 33
Octal 360 73 26 0 113 133 6 12 130 63
Binary 11110000 111011 10110 0 1001011 1011011 110 1010 1011000 110011

Color Harmonies of #F03B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03B16

Black with #F03B16

Text Example


Text Example

White with #F03B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03B16; }

 p { color: rgb(240,59,22); }

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

background-color css

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

 a { background-color: rgb(240,59,22); }

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

border-color css

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

 span { border-color: rgb(240,59,22); }

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