Html Css Color HEX #F06E11 Pumpkin

📋 copy color: '#F06E11'

red 240 ◦ green 110 ◦ blue 17

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

Shades of Pumpkin #F06E11

Tints of Pumpkin #F06E11

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.97%

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

R = 65.4%
G = 29.97%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F06E11 (or 0xF06E11) is known color: Pumpkin. HEX triplet: F0, 6E and 11. RGB value is (240,110,17). Sum of RGB (Red+Green+Blue) = 240+110+17=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 17 (7.03% from 255 or 4.63% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06E11 is #0F91EE. Grayscale: #8A8A8A. Windows color (decimal): -1020399 or 1142512. OLE color: 1142512.

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

Color convert

RGB 240 110 17 -
CMYK 0 0.54 0.93 0.06
HSL 25.02º 0.88% 0.5% -
HSV(B) 25.02º 0.93% 0.94% -
XYZ 41.61 29.72 4.07 -
YUV 138.27 59.57 200.56 -
System Red Green Blue C M Y K H S L
Decimal 240 110 17 0 0.54 0.93 0.06 25.02 0.88 0.5
Hex F0 6E 11 0 36 5D 6 19 58 32
Octal 360 156 21 0 66 135 6 31 130 62
Binary 11110000 1101110 10001 0 110110 1011101 110 11001 1011000 110010

Color Harmonies of #F06E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06E11

Black with #F06E11

Text Example


Text Example

White with #F06E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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