Html Css Color HEX #F04A14 Orange Red

📋 copy color: '#F04A14'

red 240 ◦ green 74 ◦ blue 20

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

Shades of Orange Red #F04A14

Tints of Orange Red #F04A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.99%

R = 71.86%
G = 22.16%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F04A14 (or 0xF04A14) is known color: Orange Red. HEX triplet: F0, 4A and 14. RGB value is (240,74,20). Sum of RGB (Red+Green+Blue) = 240+74+20=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 20 (8.20% from 255 or 5.99% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F04A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04A14 is #0FB5EB. Grayscale: #757575. Windows color (decimal): -1029612 or 1329904. OLE color: 1329904.

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

Color convert

RGB 240 74 20 -
CMYK 0 0.69 0.92 0.06
HSL 14.73º 0.88% 0.51% -
HSV(B) 14.73º 0.92% 0.94% -
XYZ 38.51 23.47 3.16 -
YUV 117.48 73 215.39 -
System Red Green Blue C M Y K H S L
Decimal 240 74 20 0 0.69 0.92 0.06 14.73 0.88 0.51
Hex F0 4A 14 0 45 5C 6 F 58 33
Octal 360 112 24 0 105 134 6 17 130 63
Binary 11110000 1001010 10100 0 1000101 1011100 110 1111 1011000 110011

Color Harmonies of #F04A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04A14

Black with #F04A14

Text Example


Text Example

White with #F04A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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