Html Css Color HEX #F03D16 Orange Red

📋 copy color: '#F03D16'

red 240 ◦ green 61 ◦ blue 22

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

Shades of Orange Red #F03D16

Tints of Orange Red #F03D16

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.89%

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

R = 74.3%
G = 18.89%
B = 6.81%

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

#F03D16 (or 0xF03D16) is known color: Orange Red. HEX triplet: F0, 3D and 16. RGB value is (240,61,22). Sum of RGB (Red+Green+Blue) = 240+61+22=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03D16 is #0FC2E9. Grayscale: #6E6E6E. Windows color (decimal): -1032938 or 1457648. OLE color: 1457648.

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

Color convert

RGB 240 61 22 -
CMYK 0 0.75 0.91 0.06
HSL 10.73º 0.88% 0.51% -
HSV(B) 10.73º 0.91% 0.94% -
XYZ 37.75 21.92 3 -
YUV 110.08 78.3 220.67 -
System Red Green Blue C M Y K H S L
Decimal 240 61 22 0 0.75 0.91 0.06 10.73 0.88 0.51
Hex F0 3D 16 0 4B 5B 6 B 58 33
Octal 360 75 26 0 113 133 6 13 130 63
Binary 11110000 111101 10110 0 1001011 1011011 110 1011 1011000 110011

Color Harmonies of #F03D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D16

Black with #F03D16

Text Example


Text Example

White with #F03D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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