Html Css Color HEX #F06020 Pumpkin

📋 copy color: '#F06020'

red 240 ◦ green 96 ◦ blue 32

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

Shades of Pumpkin #F06020

Tints of Pumpkin #F06020

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.09%

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

R = 65.22%
G = 26.09%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F06020 (or 0xF06020) is known color: Pumpkin. HEX triplet: F0, 60 and 20. RGB value is (240,96,32). Sum of RGB (Red+Green+Blue) = 240+96+32=368 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.22% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 32 (12.89% from 255 or 8.70% from 368); Max value from RGB is 240 - color contains mainly: red. Hex color #F06020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06020 is #0F9FDF. Grayscale: #848484. Windows color (decimal): -1023968 or 2121968. OLE color: 2121968.

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

Color convert

RGB 240 96 32 -
CMYK 0 0.6 0.87 0.06
HSL 18.46º 0.87% 0.53% -
HSV(B) 18.46º 0.87% 0.94% -
XYZ 40.38 27 4.45 -
YUV 131.76 71.71 205.2 -
System Red Green Blue C M Y K H S L
Decimal 240 96 32 0 0.6 0.87 0.06 18.46 0.87 0.53
Hex F0 60 20 0 3C 57 6 12 57 35
Octal 360 140 40 0 74 127 6 22 127 65
Binary 11110000 1100000 100000 0 111100 1010111 110 10010 1010111 110101

Color Harmonies of #F06020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06020

Black with #F06020

Text Example


Text Example

White with #F06020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06020; }

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

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

background-color css

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

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

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

border-color css

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

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

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