Html Css Color HEX #F04711 Orange Red

📋 copy color: '#F04711'

red 240 ◦ green 71 ◦ blue 17

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

Shades of Orange Red #F04711

Tints of Orange Red #F04711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.18%

R = 73.17%
G = 21.65%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F04711 (or 0xF04711) is known color: Orange Red. HEX triplet: F0, 47 and 11. RGB value is (240,71,17). Sum of RGB (Red+Green+Blue) = 240+71+17=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F04711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04711 is #0FB8EE. Grayscale: #737373. Windows color (decimal): -1030383 or 1132528. OLE color: 1132528.

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

Color convert

RGB 240 71 17 -
CMYK 0 0.70 0.93 0.06
HSL 14.53º 0.88% 0.5% -
HSV(B) 14.53º 0.93% 0.94% -
XYZ 38.29 23.07 2.97 -
YUV 115.38 72.49 216.89 -
System Red Green Blue C M Y K H S L
Decimal 240 71 17 0 0.70 0.93 0.06 14.53 0.88 0.5
Hex F0 47 11 0 46 5D 6 F 58 32
Octal 360 107 21 0 106 135 6 17 130 62
Binary 11110000 1000111 10001 0 1000110 1011101 110 1111 1011000 110010

Color Harmonies of #F04711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04711

Black with #F04711

Text Example


Text Example

White with #F04711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04711; }

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

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

background-color css

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

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

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

border-color css

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

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

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