Html Css Color HEX #FC7518 Pumpkin

📋 copy color: '#FC7518'

red 252 ◦ green 117 ◦ blue 24

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

Shades of Pumpkin #FC7518

Tints of Pumpkin #FC7518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.11%

R = 64.12%
G = 29.77%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC7518 (or 0xFC7518) is known color: Pumpkin. HEX triplet: FC, 75 and 18. RGB value is (252,117,24). Sum of RGB (Red+Green+Blue) = 252+117+24=393 (52% of max value = 765). Red value is 252 (98.83% from 255 or 64.12% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7518 is #038AE7. Grayscale: #939393. Windows color (decimal): -232168 or 1603068. OLE color: 1603068.

HSL color Cylindrical-coordinate representation of color #FC7518: hue angle of 24.47º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC7518 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 117 24 -
CMYK 0 0.54 0.90 0.01
HSL 24.47º 0.97% 0.54% -
HSV(B) 24.47º 0.9% 0.99% -
XYZ 46.67 33.48 4.87 -
YUV 146.76 58.73 203.06 -
System Red Green Blue C M Y K H S L
Decimal 252 117 24 0 0.54 0.90 0.01 24.47 0.97 0.54
Hex FC 75 18 0 36 5A 1 18 61 36
Octal 374 165 30 0 66 132 1 30 141 66
Binary 11111100 1110101 11000 0 110110 1011010 1 11000 1100001 110110

Color Harmonies of #FC7518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7518

Black with #FC7518

Text Example


Text Example

White with #FC7518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7518; }

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

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

background-color css

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

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

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

border-color css

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

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

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