Html Css Color HEX #FD8111 Pumpkin

📋 copy color: '#FD8111'

red 253 ◦ green 129 ◦ blue 17

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

Shades of Pumpkin #FD8111

Tints of Pumpkin #FD8111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.26%

R = 63.41%
G = 32.33%
B = 4.26%

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

#FD8111 (or 0xFD8111) is known color: Pumpkin. HEX triplet: FD, 81 and 11. RGB value is (253,129,17). Sum of RGB (Red+Green+Blue) = 253+129+17=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8111 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8111 is #027EEE. Grayscale: #999999. Windows color (decimal): -163567 or 1147389. OLE color: 1147389.

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

Color convert

RGB 253 129 17 -
CMYK 0 0.49 0.93 0.01
HSL 28.47º 0.98% 0.53% -
HSV(B) 28.47º 0.93% 0.99% -
XYZ 48.46 36.62 5.05 -
YUV 153.31 51.08 199.11 -
System Red Green Blue C M Y K H S L
Decimal 253 129 17 0 0.49 0.93 0.01 28.47 0.98 0.53
Hex FD 81 11 0 31 5D 1 1C 62 35
Octal 375 201 21 0 61 135 1 34 142 65
Binary 11111101 10000001 10001 0 110001 1011101 1 11100 1100010 110101

Color Harmonies of #FD8111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8111

Black with #FD8111

Text Example


Text Example

White with #FD8111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8111; }

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

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

background-color css

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

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

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

border-color css

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

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

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