Html Css Color HEX #FC8315 Pumpkin

📋 copy color: '#FC8315'

red 252 ◦ green 131 ◦ blue 21

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

Shades of Pumpkin #FC8315

Tints of Pumpkin #FC8315

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.43%

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

R = 62.38%
G = 32.43%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC8315 (or 0xFC8315) is known color: Pumpkin. HEX triplet: FC, 83 and 15. RGB value is (252,131,21). Sum of RGB (Red+Green+Blue) = 252+131+21=404 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.38% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 21 (8.59% from 255 or 5.20% from 404); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8315 is #037CEA. Grayscale: #9B9B9B. Windows color (decimal): -228587 or 1410044. OLE color: 1410044.

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

Color convert

RGB 252 131 21 -
CMYK 0 0.48 0.92 0.01
HSL 28.57º 0.97% 0.54% -
HSV(B) 28.57º 0.92% 0.99% -
XYZ 48.4 36.98 5.3 -
YUV 154.64 52.59 197.44 -
System Red Green Blue C M Y K H S L
Decimal 252 131 21 0 0.48 0.92 0.01 28.57 0.97 0.54
Hex FC 83 15 0 30 5C 1 1D 61 36
Octal 374 203 25 0 60 134 1 35 141 66
Binary 11111100 10000011 10101 0 110000 1011100 1 11101 1100001 110110

Color Harmonies of #FC8315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8315

Black with #FC8315

Text Example


Text Example

White with #FC8315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8315; }

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

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

background-color css

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

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

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

border-color css

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

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

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