Html Css Color HEX #F06220 Pumpkin

📋 copy color: '#F06220'

red 240 ◦ green 98 ◦ blue 32

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

Shades of Pumpkin #F06220

Tints of Pumpkin #F06220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.65%

R = 64.86%
G = 26.49%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F06220 (or 0xF06220) is known color: Pumpkin. HEX triplet: F0, 62 and 20. RGB value is (240,98,32). Sum of RGB (Red+Green+Blue) = 240+98+32=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 32 (12.89% from 255 or 8.65% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F06220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06220 is #0F9DDF. Grayscale: #858585. Windows color (decimal): -1023456 or 2122480. OLE color: 2122480.

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

Color convert

RGB 240 98 32 -
CMYK 0 0.59 0.87 0.06
HSL 19.04º 0.87% 0.53% -
HSV(B) 19.04º 0.87% 0.94% -
XYZ 40.56 27.36 4.51 -
YUV 132.93 71.04 204.37 -
System Red Green Blue C M Y K H S L
Decimal 240 98 32 0 0.59 0.87 0.06 19.04 0.87 0.53
Hex F0 62 20 0 3B 57 6 13 57 35
Octal 360 142 40 0 73 127 6 23 127 65
Binary 11110000 1100010 100000 0 111011 1010111 110 10011 1010111 110101

Color Harmonies of #F06220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06220

Black with #F06220

Text Example


Text Example

White with #F06220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06220; }

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

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

background-color css

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

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

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

border-color css

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

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

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