Html Css Color HEX #FF8213 Pumpkin

📋 copy color: '#FF8213'

red 255 ◦ green 130 ◦ blue 19

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

Shades of Pumpkin #FF8213

Tints of Pumpkin #FF8213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.7%

R = 63.12%
G = 32.18%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF8213 (or 0xFF8213) is known color: Pumpkin. HEX triplet: FF, 82 and 13. RGB value is (255,130,19). Sum of RGB (Red+Green+Blue) = 255+130+19=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8213 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8213 is #007DEC. Grayscale: #9B9B9B. Windows color (decimal): -32237 or 1278719. OLE color: 1278719.

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

Color convert

RGB 255 130 19 -
CMYK 0 0.49 0.93 0
HSL 28.22º 1% 0.54% -
HSV(B) 28.22º 0.93% 1% -
XYZ 49.34 37.27 5.21 -
YUV 154.72 51.41 199.53 -
System Red Green Blue C M Y K H S L
Decimal 255 130 19 0 0.49 0.93 0 28.22 1 0.54
Hex FF 82 13 0 31 5D 0 1C 64 36
Octal 377 202 23 0 61 135 0 34 144 66
Binary 11111111 10000010 10011 0 110001 1011101 0 11100 1100100 110110

Color Harmonies of #FF8213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8213

Black with #FF8213

Text Example


Text Example

White with #FF8213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8213; }

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

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

background-color css

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

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

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

border-color css

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

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

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