Html Css Color HEX #F06820 Pumpkin

📋 copy color: '#F06820'

red 240 ◦ green 104 ◦ blue 32

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

Shades of Pumpkin #F06820

Tints of Pumpkin #F06820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.66%

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

R = 63.83%
G = 27.66%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F06820 (or 0xF06820) is known color: Pumpkin. HEX triplet: F0, 68 and 20. RGB value is (240,104,32). Sum of RGB (Red+Green+Blue) = 240+104+32=376 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.83% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 32 (12.89% from 255 or 8.51% from 376); Max value from RGB is 240 - color contains mainly: red. Hex color #F06820 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06820 is #0F97DF. Grayscale: #888888. Windows color (decimal): -1021920 or 2124016. OLE color: 2124016.

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

Color convert

RGB 240 104 32 -
CMYK 0 0.57 0.87 0.06
HSL 20.77º 0.87% 0.53% -
HSV(B) 20.77º 0.87% 0.94% -
XYZ 41.15 28.53 4.7 -
YUV 136.46 69.06 201.85 -
System Red Green Blue C M Y K H S L
Decimal 240 104 32 0 0.57 0.87 0.06 20.77 0.87 0.53
Hex F0 68 20 0 39 57 6 15 57 35
Octal 360 150 40 0 71 127 6 25 127 65
Binary 11110000 1101000 100000 0 111001 1010111 110 10101 1010111 110101

Color Harmonies of #F06820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06820

Black with #F06820

Text Example


Text Example

White with #F06820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06820; }

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

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

background-color css

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

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

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

border-color css

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

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

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