Html Css Color HEX #FF8016 Pumpkin

📋 copy color: '#FF8016'

red 255 ◦ green 128 ◦ blue 22

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

Shades of Pumpkin #FF8016

Tints of Pumpkin #FF8016

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.6%

 BLUE value IS 22 (8.98% from 255) = 5.43%

R = 62.96%
G = 31.6%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF8016 (or 0xFF8016) is known color: Pumpkin. HEX triplet: FF, 80 and 16. RGB value is (255,128,22). Sum of RGB (Red+Green+Blue) = 255+128+22=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 22 (8.98% from 255 or 5.43% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8016 is #007FE9. Grayscale: #9A9A9A. Windows color (decimal): -32746 or 1474815. OLE color: 1474815.

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

Color convert

RGB 255 128 22 -
CMYK 0 0.50 0.91 0
HSL 27.3º 1% 0.54% -
HSV(B) 27.3º 0.91% 1% -
XYZ 49.1 36.76 5.27 -
YUV 153.89 53.58 200.12 -
System Red Green Blue C M Y K H S L
Decimal 255 128 22 0 0.50 0.91 0 27.3 1 0.54
Hex FF 80 16 0 32 5B 0 1B 64 36
Octal 377 200 26 0 62 133 0 33 144 66
Binary 11111111 10000000 10110 0 110010 1011011 0 11011 1100100 110110

Color Harmonies of #FF8016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8016

Black with #FF8016

Text Example


Text Example

White with #FF8016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8016; }

 p { color: rgb(255,128,22); }

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

background-color css

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

 a { background-color: rgb(255,128,22); }

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

border-color css

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

 span { border-color: rgb(255,128,22); }

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