Html Css Color HEX #F06221 Pumpkin

📋 copy color: '#F06221'

red 240 ◦ green 98 ◦ blue 33

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

Shades of Pumpkin #F06221

Tints of Pumpkin #F06221

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.42%

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

R = 64.69%
G = 26.42%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F06221 (or 0xF06221) is known color: Pumpkin. HEX triplet: F0, 62 and 21. RGB value is (240,98,33). Sum of RGB (Red+Green+Blue) = 240+98+33=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F06221 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06221 is #0F9DDE. Grayscale: #858585. Windows color (decimal): -1023455 or 2188016. OLE color: 2188016.

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

Color convert

RGB 240 98 33 -
CMYK 0 0.59 0.86 0.06
HSL 18.84º 0.87% 0.54% -
HSV(B) 18.84º 0.86% 0.94% -
XYZ 40.58 27.37 4.58 -
YUV 133.05 71.54 204.29 -
System Red Green Blue C M Y K H S L
Decimal 240 98 33 0 0.59 0.86 0.06 18.84 0.87 0.54
Hex F0 62 21 0 3B 56 6 13 57 36
Octal 360 142 41 0 73 126 6 23 127 66
Binary 11110000 1100010 100001 0 111011 1010110 110 10011 1010111 110110

Color Harmonies of #F06221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06221

Black with #F06221

Text Example


Text Example

White with #F06221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06221; }

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

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

background-color css

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

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

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

border-color css

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

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

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