Html Css Color HEX #F06E10 Pumpkin

📋 copy color: '#F06E10'

red 240 ◦ green 110 ◦ blue 16

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

Shades of Pumpkin #F06E10

Tints of Pumpkin #F06E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.37%

R = 65.57%
G = 30.05%
B = 4.37%

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

#F06E10 (or 0xF06E10) is known color: Pumpkin. HEX triplet: F0, 6E and 10. RGB value is (240,110,16). Sum of RGB (Red+Green+Blue) = 240+110+16=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06E10 is #0F91EF. Grayscale: #8A8A8A. Windows color (decimal): -1020400 or 1076976. OLE color: 1076976.

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

Color convert

RGB 240 110 16 -
CMYK 0 0.54 0.93 0.06
HSL 25.18º 0.88% 0.5% -
HSV(B) 25.18º 0.93% 0.94% -
XYZ 41.6 29.71 4.03 -
YUV 138.15 59.07 200.64 -
System Red Green Blue C M Y K H S L
Decimal 240 110 16 0 0.54 0.93 0.06 25.18 0.88 0.5
Hex F0 6E 10 0 36 5D 6 19 58 32
Octal 360 156 20 0 66 135 6 31 130 62
Binary 11110000 1101110 10000 0 110110 1011101 110 11001 1011000 110010

Color Harmonies of #F06E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06E10

Black with #F06E10

Text Example


Text Example

White with #F06E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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