Html Css Color HEX #FC7526 Pumpkin

📋 copy color: '#FC7526'

red 252 ◦ green 117 ◦ blue 38

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

Shades of Pumpkin #FC7526

Tints of Pumpkin #FC7526

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.75%

 BLUE value IS 38 (15.23% from 255) = 9.34%

R = 61.92%
G = 28.75%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FC7526 (or 0xFC7526) is known color: Pumpkin. HEX triplet: FC, 75 and 26. RGB value is (252,117,38). Sum of RGB (Red+Green+Blue) = 252+117+38=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 38 (15.23% from 255 or 9.34% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7526 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7526 is #038AD9. Grayscale: #949494. Windows color (decimal): -232154 or 2520572. OLE color: 2520572.

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

Color convert

RGB 252 117 38 -
CMYK 0 0.54 0.85 0.01
HSL 22.15º 0.97% 0.57% -
HSV(B) 22.15º 0.85% 0.99% -
XYZ 46.86 33.56 5.84 -
YUV 148.36 65.73 201.92 -
System Red Green Blue C M Y K H S L
Decimal 252 117 38 0 0.54 0.85 0.01 22.15 0.97 0.57
Hex FC 75 26 0 36 55 1 16 61 39
Octal 374 165 46 0 66 125 1 26 141 71
Binary 11111100 1110101 100110 0 110110 1010101 1 10110 1100001 111001

Color Harmonies of #FC7526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7526

Black with #FC7526

Text Example


Text Example

White with #FC7526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7526; }

 p { color: rgb(252,117,38); }

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

background-color css

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

 a { background-color: rgb(252,117,38); }

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

border-color css

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

 span { border-color: rgb(252,117,38); }

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