Html Css Color HEX #FD811A Pumpkin

📋 copy color: '#FD811A'

red 253 ◦ green 129 ◦ blue 26

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

Shades of Pumpkin #FD811A

Tints of Pumpkin #FD811A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.37%

R = 62.01%
G = 31.62%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD811A (or 0xFD811A) is known color: Pumpkin. HEX triplet: FD, 81 and 1A. RGB value is (253,129,26). Sum of RGB (Red+Green+Blue) = 253+129+26=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 26 (10.55% from 255 or 6.37% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD811A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD811A is #027EE5. Grayscale: #9A9A9A. Windows color (decimal): -163558 or 1737213. OLE color: 1737213.

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

Color convert

RGB 253 129 26 -
CMYK 0 0.49 0.90 0.01
HSL 27.22º 0.98% 0.55% -
HSV(B) 27.22º 0.9% 0.99% -
XYZ 48.54 36.66 5.49 -
YUV 154.33 55.58 198.38 -
System Red Green Blue C M Y K H S L
Decimal 253 129 26 0 0.49 0.90 0.01 27.22 0.98 0.55
Hex FD 81 1A 0 31 5A 1 1B 62 37
Octal 375 201 32 0 61 132 1 33 142 67
Binary 11111101 10000001 11010 0 110001 1011010 1 11011 1100010 110111

Color Harmonies of #FD811A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD811A

Black with #FD811A

Text Example


Text Example

White with #FD811A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD811A; }

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

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

background-color css

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

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

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

border-color css

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

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

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