Html Css Color HEX #FD811D Pumpkin

📋 copy color: '#FD811D'

red 253 ◦ green 129 ◦ blue 29

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

Shades of Pumpkin #FD811D

Tints of Pumpkin #FD811D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.06%

R = 61.56%
G = 31.39%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD811D (or 0xFD811D) is known color: Pumpkin. HEX triplet: FD, 81 and 1D. RGB value is (253,129,29). Sum of RGB (Red+Green+Blue) = 253+129+29=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD811D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD811D is #027EE2. Grayscale: #9B9B9B. Windows color (decimal): -163555 or 1933821. OLE color: 1933821.

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

Color convert

RGB 253 129 29 -
CMYK 0 0.49 0.89 0.01
HSL 26.79º 0.98% 0.55% -
HSV(B) 26.79º 0.89% 0.99% -
XYZ 48.58 36.67 5.68 -
YUV 154.68 57.08 198.13 -
System Red Green Blue C M Y K H S L
Decimal 253 129 29 0 0.49 0.89 0.01 26.79 0.98 0.55
Hex FD 81 1D 0 31 59 1 1B 62 37
Octal 375 201 35 0 61 131 1 33 142 67
Binary 11111101 10000001 11101 0 110001 1011001 1 11011 1100010 110111

Color Harmonies of #FD811D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD811D

Black with #FD811D

Text Example


Text Example

White with #FD811D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD811D; }

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

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

background-color css

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

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

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

border-color css

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

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

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