Html Css Color HEX #F04712 Orange Red

📋 copy color: '#F04712'

red 240 ◦ green 71 ◦ blue 18

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

Shades of Orange Red #F04712

Tints of Orange Red #F04712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

 BLUE value IS 18 (7.42% from 255) = 5.47%

R = 72.95%
G = 21.58%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F04712 (or 0xF04712) is known color: Orange Red. HEX triplet: F0, 47 and 12. RGB value is (240,71,18). Sum of RGB (Red+Green+Blue) = 240+71+18=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F04712 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04712 is #0FB8ED. Grayscale: #737373. Windows color (decimal): -1030382 or 1198064. OLE color: 1198064.

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

Color convert

RGB 240 71 18 -
CMYK 0 0.70 0.92 0.06
HSL 14.32º 0.88% 0.51% -
HSV(B) 14.32º 0.93% 0.94% -
XYZ 38.3 23.08 3.01 -
YUV 115.49 72.99 216.81 -
System Red Green Blue C M Y K H S L
Decimal 240 71 18 0 0.70 0.92 0.06 14.32 0.88 0.51
Hex F0 47 12 0 46 5C 6 E 58 33
Octal 360 107 22 0 106 134 6 16 130 63
Binary 11110000 1000111 10010 0 1000110 1011100 110 1110 1011000 110011

Color Harmonies of #F04712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04712

Black with #F04712

Text Example


Text Example

White with #F04712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04712; }

 p { color: rgb(240,71,18); }

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

background-color css

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

 a { background-color: rgb(240,71,18); }

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

border-color css

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

 span { border-color: rgb(240,71,18); }

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