Html Css Color HEX #FC6518 Pumpkin

📋 copy color: '#FC6518'

red 252 ◦ green 101 ◦ blue 24

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

Shades of Pumpkin #FC6518

Tints of Pumpkin #FC6518

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.79%

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

R = 66.84%
G = 26.79%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC6518 (or 0xFC6518) is known color: Pumpkin. HEX triplet: FC, 65 and 18. RGB value is (252,101,24). Sum of RGB (Red+Green+Blue) = 252+101+24=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6518 is #039AE7. Grayscale: #898989. Windows color (decimal): -236264 or 1598972. OLE color: 1598972.

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

Color convert

RGB 252 101 24 -
CMYK 0 0.60 0.90 0.01
HSL 20.26º 0.97% 0.54% -
HSV(B) 20.26º 0.9% 0.99% -
XYZ 44.96 30.07 4.3 -
YUV 137.37 64.03 209.76 -
System Red Green Blue C M Y K H S L
Decimal 252 101 24 0 0.60 0.90 0.01 20.26 0.97 0.54
Hex FC 65 18 0 3C 5A 1 14 61 36
Octal 374 145 30 0 74 132 1 24 141 66
Binary 11111100 1100101 11000 0 111100 1011010 1 10100 1100001 110110

Color Harmonies of #FC6518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6518

Black with #FC6518

Text Example


Text Example

White with #FC6518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6518; }

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

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

background-color css

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

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

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

border-color css

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

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

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