Html Css Color HEX #FC6315 Pumpkin

📋 copy color: '#FC6315'

red 252 ◦ green 99 ◦ blue 21

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

Shades of Pumpkin #FC6315

Tints of Pumpkin #FC6315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.61%

 BLUE value IS 21 (8.59% from 255) = 5.65%

R = 67.74%
G = 26.61%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC6315 (or 0xFC6315) is known color: Pumpkin. HEX triplet: FC, 63 and 15. RGB value is (252,99,21). Sum of RGB (Red+Green+Blue) = 252+99+21=372 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.74% from 372); Green value is 99 (39.06% from 255 or 26.61% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6315 is #039CEA. Grayscale: #888888. Windows color (decimal): -236779 or 1401852. OLE color: 1401852.

HSL color Cylindrical-coordinate representation of color #FC6315: 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.92%. Process color model (Four color, CMYK) of #FC6315 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 99 21 -
CMYK 0 0.61 0.92 0.01
HSL 20.26º 0.97% 0.54% -
HSV(B) 20.26º 0.92% 0.99% -
XYZ 44.74 29.67 4.08 -
YUV 135.86 63.19 210.84 -
System Red Green Blue C M Y K H S L
Decimal 252 99 21 0 0.61 0.92 0.01 20.26 0.97 0.54
Hex FC 63 15 0 3D 5C 1 14 61 36
Octal 374 143 25 0 75 134 1 24 141 66
Binary 11111100 1100011 10101 0 111101 1011100 1 10100 1100001 110110

Color Harmonies of #FC6315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6315

Black with #FC6315

Text Example


Text Example

White with #FC6315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6315; }

 p { color: rgb(252,99,21); }

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

background-color css

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

 a { background-color: rgb(252,99,21); }

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

border-color css

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

 span { border-color: rgb(252,99,21); }

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