Html Css Color HEX #FF8520 Pumpkin

📋 copy color: '#FF8520'

red 255 ◦ green 133 ◦ blue 32

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

Shades of Pumpkin #FF8520

Tints of Pumpkin #FF8520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.67%

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

R = 60.71%
G = 31.67%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0

RGB Variations

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

Color information

#FF8520 (or 0xFF8520) is known color: Pumpkin. HEX triplet: FF, 85 and 20. RGB value is (255,133,32). Sum of RGB (Red+Green+Blue) = 255+133+32=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8520 is #007ADF. Grayscale: #9E9E9E. Windows color (decimal): -31456 or 2131455. OLE color: 2131455.

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

Color convert

RGB 255 133 32 -
CMYK 0 0.48 0.87 0
HSL 27.17º 1% 0.56% -
HSV(B) 27.17º 0.87% 1% -
XYZ 49.89 38.14 6.1 -
YUV 157.96 56.92 197.21 -
System Red Green Blue C M Y K H S L
Decimal 255 133 32 0 0.48 0.87 0 27.17 1 0.56
Hex FF 85 20 0 30 57 0 1B 64 38
Octal 377 205 40 0 60 127 0 33 144 70
Binary 11111111 10000101 100000 0 110000 1010111 0 11011 1100100 111000

Color Harmonies of #FF8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8520

Black with #FF8520

Text Example


Text Example

White with #FF8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8520; }

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

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

background-color css

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

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

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

border-color css

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

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

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