Html Css Color HEX #FD8112 Pumpkin

📋 copy color: '#FD8112'

red 253 ◦ green 129 ◦ blue 18

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

Shades of Pumpkin #FD8112

Tints of Pumpkin #FD8112

RGB

 RED value IS 253 (99.22% from 255) = 63.25%

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

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

R = 63.25%
G = 32.25%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD8112 (or 0xFD8112) is known color: Pumpkin. HEX triplet: FD, 81 and 12. RGB value is (253,129,18). Sum of RGB (Red+Green+Blue) = 253+129+18=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8112 is #027EED. Grayscale: #999999. Windows color (decimal): -163566 or 1212925. OLE color: 1212925.

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

Color convert

RGB 253 129 18 -
CMYK 0 0.49 0.93 0.01
HSL 28.34º 0.98% 0.53% -
HSV(B) 28.34º 0.93% 0.99% -
XYZ 48.47 36.63 5.09 -
YUV 153.42 51.58 199.03 -
System Red Green Blue C M Y K H S L
Decimal 253 129 18 0 0.49 0.93 0.01 28.34 0.98 0.53
Hex FD 81 12 0 31 5D 1 1C 62 35
Octal 375 201 22 0 61 135 1 34 142 65
Binary 11111101 10000001 10010 0 110001 1011101 1 11100 1100010 110101

Color Harmonies of #FD8112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8112

Black with #FD8112

Text Example


Text Example

White with #FD8112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8112; }

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

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

background-color css

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

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

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

border-color css

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

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

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