Html Css Color HEX #F06E21 Pumpkin

📋 copy color: '#F06E21'

red 240 ◦ green 110 ◦ blue 33

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

Shades of Pumpkin #F06E21

Tints of Pumpkin #F06E21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.62%

R = 62.66%
G = 28.72%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F06E21 (or 0xF06E21) is known color: Pumpkin. HEX triplet: F0, 6E and 21. RGB value is (240,110,33). Sum of RGB (Red+Green+Blue) = 240+110+33=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 33 (13.28% from 255 or 8.62% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06E21 is #0F91DE. Grayscale: #8C8C8C. Windows color (decimal): -1020383 or 2191088. OLE color: 2191088.

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

Color convert

RGB 240 110 33 -
CMYK 0 0.54 0.86 0.06
HSL 22.32º 0.87% 0.54% -
HSV(B) 22.32º 0.86% 0.94% -
XYZ 41.79 29.79 4.99 -
YUV 140.09 67.57 199.26 -
System Red Green Blue C M Y K H S L
Decimal 240 110 33 0 0.54 0.86 0.06 22.32 0.87 0.54
Hex F0 6E 21 0 36 56 6 16 57 36
Octal 360 156 41 0 66 126 6 26 127 66
Binary 11110000 1101110 100001 0 110110 1010110 110 10110 1010111 110110

Color Harmonies of #F06E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06E21

Black with #F06E21

Text Example


Text Example

White with #F06E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06E21; }

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

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

background-color css

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

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

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

border-color css

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

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

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