Html Css Color HEX #FF8112 Pumpkin

📋 copy color: '#FF8112'

red 255 ◦ green 129 ◦ blue 18

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

Shades of Pumpkin #FF8112

Tints of Pumpkin #FF8112

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.09%

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

R = 63.43%
G = 32.09%
B = 4.48%

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

#FF8112 (or 0xFF8112) is known color: Pumpkin. HEX triplet: FF, 81 and 12. RGB value is (255,129,18). Sum of RGB (Red+Green+Blue) = 255+129+18=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8112 is #007EED. Grayscale: #9A9A9A. Windows color (decimal): -32494 or 1212927. OLE color: 1212927.

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

Color convert

RGB 255 129 18 -
CMYK 0 0.49 0.93 0
HSL 28.1º 1% 0.54% -
HSV(B) 28.1º 0.93% 1% -
XYZ 49.2 37 5.12 -
YUV 154.02 51.24 200.03 -
System Red Green Blue C M Y K H S L
Decimal 255 129 18 0 0.49 0.93 0 28.1 1 0.54
Hex FF 81 12 0 31 5D 0 1C 64 36
Octal 377 201 22 0 61 135 0 34 144 66
Binary 11111111 10000001 10010 0 110001 1011101 0 11100 1100100 110110

Color Harmonies of #FF8112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8112

Black with #FF8112

Text Example


Text Example

White with #FF8112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8112; }

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

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

background-color css

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

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

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

border-color css

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

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

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