Html Css Color HEX #F04014 Orange Red

📋 copy color: '#F04014'

red 240 ◦ green 64 ◦ blue 20

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

Shades of Orange Red #F04014

Tints of Orange Red #F04014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.75%

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

R = 74.07%
G = 19.75%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F04014 (or 0xF04014) is known color: Orange Red. HEX triplet: F0, 40 and 14. RGB value is (240,64,20). Sum of RGB (Red+Green+Blue) = 240+64+20=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F04014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04014 is #0FBFEB. Grayscale: #6F6F6F. Windows color (decimal): -1032172 or 1327344. OLE color: 1327344.

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

Color convert

RGB 240 64 20 -
CMYK 0 0.73 0.92 0.06
HSL 12º 0.88% 0.51% -
HSV(B) 12º 0.92% 0.94% -
XYZ 37.89 22.24 2.96 -
YUV 111.61 76.31 219.58 -
System Red Green Blue C M Y K H S L
Decimal 240 64 20 0 0.73 0.92 0.06 12 0.88 0.51
Hex F0 40 14 0 49 5C 6 C 58 33
Octal 360 100 24 0 111 134 6 14 130 63
Binary 11110000 1000000 10100 0 1001001 1011100 110 1100 1011000 110011

Color Harmonies of #F04014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04014

Black with #F04014

Text Example


Text Example

White with #F04014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04014; }

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

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

background-color css

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

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

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

border-color css

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

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

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