Html Css Color HEX #FD8227 Pumpkin

📋 copy color: '#FD8227'

red 253 ◦ green 130 ◦ blue 39

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

Shades of Pumpkin #FD8227

Tints of Pumpkin #FD8227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.24%

R = 59.95%
G = 30.81%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD8227 (or 0xFD8227) is known color: Pumpkin. HEX triplet: FD, 82 and 27. RGB value is (253,130,39). Sum of RGB (Red+Green+Blue) = 253+130+39=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8227 is #027DD8. Grayscale: #9C9C9C. Windows color (decimal): -163289 or 2589437. OLE color: 2589437.

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

Color convert

RGB 253 130 39 -
CMYK 0 0.49 0.85 0.01
HSL 25.51º 0.98% 0.57% -
HSV(B) 25.51º 0.85% 0.99% -
XYZ 48.86 36.99 6.49 -
YUV 156.4 61.75 196.9 -
System Red Green Blue C M Y K H S L
Decimal 253 130 39 0 0.49 0.85 0.01 25.51 0.98 0.57
Hex FD 82 27 0 31 55 1 1A 62 39
Octal 375 202 47 0 61 125 1 32 142 71
Binary 11111101 10000010 100111 0 110001 1010101 1 11010 1100010 111001

Color Harmonies of #FD8227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8227

Black with #FD8227

Text Example


Text Example

White with #FD8227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8227; }

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

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

background-color css

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

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

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

border-color css

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

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

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