Html Css Color HEX #F04A16 Orange Red

📋 copy color: '#F04A16'

red 240 ◦ green 74 ◦ blue 22

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

Shades of Orange Red #F04A16

Tints of Orange Red #F04A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.02%

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

R = 71.43%
G = 22.02%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F04A16 (or 0xF04A16) is known color: Orange Red. HEX triplet: F0, 4A and 16. RGB value is (240,74,22). Sum of RGB (Red+Green+Blue) = 240+74+22=336 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.43% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04A16 is #0FB5E9. Grayscale: #767676. Windows color (decimal): -1029610 or 1460976. OLE color: 1460976.

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

Color convert

RGB 240 74 22 -
CMYK 0 0.69 0.91 0.06
HSL 14.31º 0.88% 0.51% -
HSV(B) 14.31º 0.91% 0.94% -
XYZ 38.53 23.48 3.26 -
YUV 117.71 74 215.23 -
System Red Green Blue C M Y K H S L
Decimal 240 74 22 0 0.69 0.91 0.06 14.31 0.88 0.51
Hex F0 4A 16 0 45 5B 6 E 58 33
Octal 360 112 26 0 105 133 6 16 130 63
Binary 11110000 1001010 10110 0 1000101 1011011 110 1110 1011000 110011

Color Harmonies of #F04A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04A16

Black with #F04A16

Text Example


Text Example

White with #F04A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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