Html Css Color HEX #FF8116 Pumpkin

📋 copy color: '#FF8116'

red 255 ◦ green 129 ◦ blue 22

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

Shades of Pumpkin #FF8116

Tints of Pumpkin #FF8116

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.77%

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

R = 62.81%
G = 31.77%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF8116 (or 0xFF8116) is known color: Pumpkin. HEX triplet: FF, 81 and 16. RGB value is (255,129,22). Sum of RGB (Red+Green+Blue) = 255+129+22=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8116 is #007EE9. Grayscale: #9B9B9B. Windows color (decimal): -32490 or 1475071. OLE color: 1475071.

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

Color convert

RGB 255 129 22 -
CMYK 0 0.49 0.91 0
HSL 27.55º 1% 0.54% -
HSV(B) 27.55º 0.91% 1% -
XYZ 49.24 37.02 5.31 -
YUV 154.48 53.24 199.7 -
System Red Green Blue C M Y K H S L
Decimal 255 129 22 0 0.49 0.91 0 27.55 1 0.54
Hex FF 81 16 0 31 5B 0 1C 64 36
Octal 377 201 26 0 61 133 0 34 144 66
Binary 11111111 10000001 10110 0 110001 1011011 0 11100 1100100 110110

Color Harmonies of #FF8116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8116

Black with #FF8116

Text Example


Text Example

White with #FF8116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8116; }

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

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

background-color css

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

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

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

border-color css

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

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

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