Html Css Color HEX #FF8210 Pumpkin

📋 copy color: '#FF8210'

red 255 ◦ green 130 ◦ blue 16

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

Shades of Pumpkin #FF8210

Tints of Pumpkin #FF8210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.99%

R = 63.59%
G = 32.42%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#FF8210 (or 0xFF8210) is known color: Pumpkin. HEX triplet: FF, 82 and 10. RGB value is (255,130,16). Sum of RGB (Red+Green+Blue) = 255+130+16=401 (53% of max value = 765). Red value is 255 (100% from 255 or 63.59% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8210 is #007DEF. Grayscale: #9A9A9A. Windows color (decimal): -32240 or 1082111. OLE color: 1082111.

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

Color convert

RGB 255 130 16 -
CMYK 0 0.49 0.94 0
HSL 28.62º 1% 0.53% -
HSV(B) 28.62º 0.94% 1% -
XYZ 49.32 37.26 5.08 -
YUV 154.38 49.91 199.77 -
System Red Green Blue C M Y K H S L
Decimal 255 130 16 0 0.49 0.94 0 28.62 1 0.53
Hex FF 82 10 0 31 5E 0 1D 64 35
Octal 377 202 20 0 61 136 0 35 144 65
Binary 11111111 10000010 10000 0 110001 1011110 0 11101 1100100 110101

Color Harmonies of #FF8210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8210

Black with #FF8210

Text Example


Text Example

White with #FF8210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8210; }

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

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

background-color css

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

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

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

border-color css

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

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

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