Html Css Color HEX #FD8527 Pumpkin

📋 copy color: '#FD8527'

red 253 ◦ green 133 ◦ blue 39

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

Shades of Pumpkin #FD8527

Tints of Pumpkin #FD8527

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.29%

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

R = 59.53%
G = 31.29%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FD8527 (or 0xFD8527) is known color: Pumpkin. HEX triplet: FD, 85 and 27. RGB value is (253,133,39). Sum of RGB (Red+Green+Blue) = 253+133+39=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 39 (15.62% from 255 or 9.18% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8527 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8527 is #027AD8. Grayscale: #9E9E9E. Windows color (decimal): -162521 or 2590205. OLE color: 2590205.

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

Color convert

RGB 253 133 39 -
CMYK 0 0.47 0.85 0.01
HSL 26.36º 0.98% 0.57% -
HSV(B) 26.36º 0.85% 0.99% -
XYZ 49.26 37.8 6.62 -
YUV 158.16 60.76 195.64 -
System Red Green Blue C M Y K H S L
Decimal 253 133 39 0 0.47 0.85 0.01 26.36 0.98 0.57
Hex FD 85 27 0 2F 55 1 1A 62 39
Octal 375 205 47 0 57 125 1 32 142 71
Binary 11111101 10000101 100111 0 101111 1010101 1 11010 1100010 111001

Color Harmonies of #FD8527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8527

Black with #FD8527

Text Example


Text Example

White with #FD8527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8527; }

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

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

background-color css

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

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

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

border-color css

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

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

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