Html Css Color HEX #F06E16 Pumpkin

📋 copy color: '#F06E16'

red 240 ◦ green 110 ◦ blue 22

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

Shades of Pumpkin #F06E16

Tints of Pumpkin #F06E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.91%

R = 64.52%
G = 29.57%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F06E16 (or 0xF06E16) is known color: Pumpkin. HEX triplet: F0, 6E and 16. RGB value is (240,110,22). Sum of RGB (Red+Green+Blue) = 240+110+22=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06E16 is #0F91E9. Grayscale: #8B8B8B. Windows color (decimal): -1020394 or 1470192. OLE color: 1470192.

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

Color convert

RGB 240 110 22 -
CMYK 0 0.54 0.91 0.06
HSL 24.22º 0.88% 0.51% -
HSV(B) 24.22º 0.91% 0.94% -
XYZ 41.66 29.74 4.3 -
YUV 138.84 62.07 200.16 -
System Red Green Blue C M Y K H S L
Decimal 240 110 22 0 0.54 0.91 0.06 24.22 0.88 0.51
Hex F0 6E 16 0 36 5B 6 18 58 33
Octal 360 156 26 0 66 133 6 30 130 63
Binary 11110000 1101110 10110 0 110110 1011011 110 11000 1011000 110011

Color Harmonies of #F06E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06E16

Black with #F06E16

Text Example


Text Example

White with #F06E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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