Html Css Color HEX #FD8011 Pumpkin

📋 copy color: '#FD8011'

red 253 ◦ green 128 ◦ blue 17

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

Shades of Pumpkin #FD8011

Tints of Pumpkin #FD8011

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

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

R = 63.57%
G = 32.16%
B = 4.27%

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

#FD8011 (or 0xFD8011) is known color: Pumpkin. HEX triplet: FD, 80 and 11. RGB value is (253,128,17). Sum of RGB (Red+Green+Blue) = 253+128+17=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8011 is #027FEE. Grayscale: #999999. Windows color (decimal): -163823 or 1147133. OLE color: 1147133.

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

Color convert

RGB 253 128 17 -
CMYK 0 0.49 0.93 0.01
HSL 28.22º 0.98% 0.53% -
HSV(B) 28.22º 0.93% 0.99% -
XYZ 48.33 36.36 5 -
YUV 152.72 51.41 199.53 -
System Red Green Blue C M Y K H S L
Decimal 253 128 17 0 0.49 0.93 0.01 28.22 0.98 0.53
Hex FD 80 11 0 31 5D 1 1C 62 35
Octal 375 200 21 0 61 135 1 34 142 65
Binary 11111101 10000000 10001 0 110001 1011101 1 11100 1100010 110101

Color Harmonies of #FD8011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8011

Black with #FD8011

Text Example


Text Example

White with #FD8011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8011; }

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

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

background-color css

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

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

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

border-color css

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

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

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