Html Css Color HEX #FF8216 Pumpkin

📋 copy color: '#FF8216'

red 255 ◦ green 130 ◦ blue 22

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

Shades of Pumpkin #FF8216

Tints of Pumpkin #FF8216

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.94%

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

R = 62.65%
G = 31.94%
B = 5.41%

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

#FF8216 (or 0xFF8216) is known color: Pumpkin. HEX triplet: FF, 82 and 16. RGB value is (255,130,22). Sum of RGB (Red+Green+Blue) = 255+130+22=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 22 (8.98% from 255 or 5.41% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8216 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8216 is #007DE9. Grayscale: #9B9B9B. Windows color (decimal): -32234 or 1475327. OLE color: 1475327.

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

Color convert

RGB 255 130 22 -
CMYK 0 0.49 0.91 0
HSL 27.81º 1% 0.54% -
HSV(B) 27.81º 0.91% 1% -
XYZ 49.37 37.28 5.35 -
YUV 155.06 52.91 199.28 -
System Red Green Blue C M Y K H S L
Decimal 255 130 22 0 0.49 0.91 0 27.81 1 0.54
Hex FF 82 16 0 31 5B 0 1C 64 36
Octal 377 202 26 0 61 133 0 34 144 66
Binary 11111111 10000010 10110 0 110001 1011011 0 11100 1100100 110110

Color Harmonies of #FF8216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8216

Black with #FF8216

Text Example


Text Example

White with #FF8216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8216; }

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

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

background-color css

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

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

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

border-color css

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

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

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