Html Css Color HEX #F04611 Orange Red

📋 copy color: '#F04611'

red 240 ◦ green 70 ◦ blue 17

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

Shades of Orange Red #F04611

Tints of Orange Red #F04611

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.41%

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

R = 73.39%
G = 21.41%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F04611 (or 0xF04611) is known color: Orange Red. HEX triplet: F0, 46 and 11. RGB value is (240,70,17). Sum of RGB (Red+Green+Blue) = 240+70+17=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F04611 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04611 is #0FB9EE. Grayscale: #737373. Windows color (decimal): -1030639 or 1132272. OLE color: 1132272.

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

Color convert

RGB 240 70 17 -
CMYK 0 0.71 0.93 0.06
HSL 14.26º 0.88% 0.5% -
HSV(B) 14.26º 0.93% 0.94% -
XYZ 38.23 22.95 2.94 -
YUV 114.79 72.82 217.31 -
System Red Green Blue C M Y K H S L
Decimal 240 70 17 0 0.71 0.93 0.06 14.26 0.88 0.5
Hex F0 46 11 0 47 5D 6 E 58 32
Octal 360 106 21 0 107 135 6 16 130 62
Binary 11110000 1000110 10001 0 1000111 1011101 110 1110 1011000 110010

Color Harmonies of #F04611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04611

Black with #F04611

Text Example


Text Example

White with #F04611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04611; }

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

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

background-color css

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

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

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

border-color css

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

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

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