Html Css Color HEX #FF8212 Pumpkin

📋 copy color: '#FF8212'

red 255 ◦ green 130 ◦ blue 18

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

Shades of Pumpkin #FF8212

Tints of Pumpkin #FF8212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.47%

R = 63.28%
G = 32.26%
B = 4.47%

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

#FF8212 (or 0xFF8212) is known color: Pumpkin. HEX triplet: FF, 82 and 12. RGB value is (255,130,18). Sum of RGB (Red+Green+Blue) = 255+130+18=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 18 (7.42% from 255 or 4.47% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8212 is #007DED. Grayscale: #9B9B9B. Windows color (decimal): -32238 or 1213183. OLE color: 1213183.

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

Color convert

RGB 255 130 18 -
CMYK 0 0.49 0.93 0
HSL 28.35º 1% 0.54% -
HSV(B) 28.35º 0.93% 1% -
XYZ 49.33 37.27 5.17 -
YUV 154.61 50.91 199.61 -
System Red Green Blue C M Y K H S L
Decimal 255 130 18 0 0.49 0.93 0 28.35 1 0.54
Hex FF 82 12 0 31 5D 0 1C 64 36
Octal 377 202 22 0 61 135 0 34 144 66
Binary 11111111 10000010 10010 0 110001 1011101 0 11100 1100100 110110

Color Harmonies of #FF8212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8212

Black with #FF8212

Text Example


Text Example

White with #FF8212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8212; }

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

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

background-color css

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

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

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

border-color css

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

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

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