Html Css Color HEX #FD8229 Pumpkin

📋 copy color: '#FD8229'

red 253 ◦ green 130 ◦ blue 41

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

Shades of Pumpkin #FD8229

Tints of Pumpkin #FD8229

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.66%

 BLUE value IS 41 (16.41% from 255) = 9.67%

R = 59.67%
G = 30.66%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FD8229 (or 0xFD8229) is known color: Pumpkin. HEX triplet: FD, 82 and 29. RGB value is (253,130,41). Sum of RGB (Red+Green+Blue) = 253+130+41=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 130 (51.17% from 255 or 30.66% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8229 is #027DD6. Grayscale: #9D9D9D. Windows color (decimal): -163287 or 2720509. OLE color: 2720509.

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

Color convert

RGB 253 130 41 -
CMYK 0 0.49 0.84 0.01
HSL 25.19º 0.98% 0.58% -
HSV(B) 25.19º 0.84% 0.99% -
XYZ 48.89 37.01 6.66 -
YUV 156.63 62.75 196.74 -
System Red Green Blue C M Y K H S L
Decimal 253 130 41 0 0.49 0.84 0.01 25.19 0.98 0.58
Hex FD 82 29 0 31 54 1 19 62 3A
Octal 375 202 51 0 61 124 1 31 142 72
Binary 11111101 10000010 101001 0 110001 1010100 1 11001 1100010 111010

Color Harmonies of #FD8229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8229

Black with #FD8229

Text Example


Text Example

White with #FD8229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8229; }

 p { color: rgb(253,130,41); }

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

background-color css

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

 a { background-color: rgb(253,130,41); }

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

border-color css

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

 span { border-color: rgb(253,130,41); }

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