Html Css Color HEX #FF8820 Pumpkin

📋 copy color: '#FF8820'

red 255 ◦ green 136 ◦ blue 32

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

Shades of Pumpkin #FF8820

Tints of Pumpkin #FF8820

RGB

 RED value IS 255 (100% from 255) = 60.28%

 GREEN value IS 136 (53.52% from 255) = 32.15%

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

R = 60.28%
G = 32.15%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF8820 (or 0xFF8820) is known color: Pumpkin. HEX triplet: FF, 88 and 20. RGB value is (255,136,32). Sum of RGB (Red+Green+Blue) = 255+136+32=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8820 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8820 is #0077DF. Grayscale: #A0A0A0. Windows color (decimal): -30688 or 2132223. OLE color: 2132223.

HSL color Cylindrical-coordinate representation of color #FF8820: hue angle of 27.98º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF8820 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB 255 136 32 -
CMYK 0 0.47 0.87 0
HSL 27.98º 1% 0.56% -
HSV(B) 27.98º 0.87% 1% -
XYZ 50.3 38.97 6.24 -
YUV 159.73 55.92 195.96 -
System Red Green Blue C M Y K H S L
Decimal 255 136 32 0 0.47 0.87 0 27.98 1 0.56
Hex FF 88 20 0 2F 57 0 1C 64 38
Octal 377 210 40 0 57 127 0 34 144 70
Binary 11111111 10001000 100000 0 101111 1010111 0 11100 1100100 111000

Color Harmonies of #FF8820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8820

Black with #FF8820

Text Example


Text Example

White with #FF8820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8820; }

 p { color: rgb(255,136,32); }

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

background-color css

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

 a { background-color: rgb(255,136,32); }

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

border-color css

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

 span { border-color: rgb(255,136,32); }

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