Html Css Color HEX #FC8518 Pumpkin

📋 copy color: '#FC8518'

red 252 ◦ green 133 ◦ blue 24

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

Shades of Pumpkin #FC8518

Tints of Pumpkin #FC8518

RGB

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

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

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

R = 61.61%
G = 32.52%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC8518 (or 0xFC8518) is known color: Pumpkin. HEX triplet: FC, 85 and 18. RGB value is (252,133,24). Sum of RGB (Red+Green+Blue) = 252+133+24=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 24 (9.77% from 255 or 5.87% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8518 is #037AE7. Grayscale: #9C9C9C. Windows color (decimal): -228072 or 1607164. OLE color: 1607164.

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

Color convert

RGB 252 133 24 -
CMYK 0 0.47 0.90 0.01
HSL 28.68º 0.97% 0.54% -
HSV(B) 28.68º 0.9% 0.99% -
XYZ 48.7 37.54 5.54 -
YUV 156.16 53.42 196.36 -
System Red Green Blue C M Y K H S L
Decimal 252 133 24 0 0.47 0.90 0.01 28.68 0.97 0.54
Hex FC 85 18 0 2F 5A 1 1D 61 36
Octal 374 205 30 0 57 132 1 35 141 66
Binary 11111100 10000101 11000 0 101111 1011010 1 11101 1100001 110110

Color Harmonies of #FC8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8518

Black with #FC8518

Text Example


Text Example

White with #FC8518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8518; }

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

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

background-color css

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

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

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

border-color css

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

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

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