Html Css Color HEX #FF8412 Pumpkin

📋 copy color: '#FF8412'

red 255 ◦ green 132 ◦ blue 18

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

Shades of Pumpkin #FF8412

Tints of Pumpkin #FF8412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.59%

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

R = 62.96%
G = 32.59%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF8412 (or 0xFF8412) is known color: Pumpkin. HEX triplet: FF, 84 and 12. RGB value is (255,132,18). Sum of RGB (Red+Green+Blue) = 255+132+18=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8412 is #007BED. Grayscale: #9C9C9C. Windows color (decimal): -31726 or 1213695. OLE color: 1213695.

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

Color convert

RGB 255 132 18 -
CMYK 0 0.48 0.93 0
HSL 28.86º 1% 0.54% -
HSV(B) 28.86º 0.93% 1% -
XYZ 49.6 37.81 5.26 -
YUV 155.78 50.25 198.77 -
System Red Green Blue C M Y K H S L
Decimal 255 132 18 0 0.48 0.93 0 28.86 1 0.54
Hex FF 84 12 0 30 5D 0 1D 64 36
Octal 377 204 22 0 60 135 0 35 144 66
Binary 11111111 10000100 10010 0 110000 1011101 0 11101 1100100 110110

Color Harmonies of #FF8412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8412

Black with #FF8412

Text Example


Text Example

White with #FF8412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8412; }

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

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

background-color css

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

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

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

border-color css

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

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

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