Html Css Color HEX #FC8525 Pumpkin

📋 copy color: '#FC8525'

red 252 ◦ green 133 ◦ blue 37

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

Shades of Pumpkin #FC8525

Tints of Pumpkin #FC8525

RGB

 RED value IS 252 (98.83% from 255) = 59.72%

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

 BLUE value IS 37 (14.84% from 255) = 8.77%

R = 59.72%
G = 31.52%
B = 8.77%

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

#FC8525 (or 0xFC8525) is known color: Pumpkin. HEX triplet: FC, 85 and 25. RGB value is (252,133,37). Sum of RGB (Red+Green+Blue) = 252+133+37=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 37 (14.84% from 255 or 8.77% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8525 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8525 is #037ADA. Grayscale: #9E9E9E. Windows color (decimal): -228059 or 2459132. OLE color: 2459132.

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

Color convert

RGB 252 133 37 -
CMYK 0 0.47 0.85 0.01
HSL 26.79º 0.97% 0.57% -
HSV(B) 26.79º 0.85% 0.99% -
XYZ 48.87 37.6 6.43 -
YUV 157.64 59.92 195.31 -
System Red Green Blue C M Y K H S L
Decimal 252 133 37 0 0.47 0.85 0.01 26.79 0.97 0.57
Hex FC 85 25 0 2F 55 1 1B 61 39
Octal 374 205 45 0 57 125 1 33 141 71
Binary 11111100 10000101 100101 0 101111 1010101 1 11011 1100001 111001

Color Harmonies of #FC8525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8525

Black with #FC8525

Text Example


Text Example

White with #FC8525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8525; }

 p { color: rgb(252,133,37); }

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

background-color css

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

 a { background-color: rgb(252,133,37); }

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

border-color css

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

 span { border-color: rgb(252,133,37); }

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