Html Css Color HEX #FC8413 Pumpkin

📋 copy color: '#FC8413'

red 252 ◦ green 132 ◦ blue 19

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

Shades of Pumpkin #FC8413

Tints of Pumpkin #FC8413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.75%

 BLUE value IS 19 (7.81% from 255) = 4.71%

R = 62.53%
G = 32.75%
B = 4.71%

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

#FC8413 (or 0xFC8413) is known color: Pumpkin. HEX triplet: FC, 84 and 13. RGB value is (252,132,19). Sum of RGB (Red+Green+Blue) = 252+132+19=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8413 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8413 is #037BEC. Grayscale: #9B9B9B. Windows color (decimal): -228333 or 1279228. OLE color: 1279228.

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

Color convert

RGB 252 132 19 -
CMYK 0 0.48 0.92 0.01
HSL 29.1º 0.97% 0.53% -
HSV(B) 29.1º 0.92% 0.99% -
XYZ 48.51 37.25 5.25 -
YUV 155 51.26 197.19 -
System Red Green Blue C M Y K H S L
Decimal 252 132 19 0 0.48 0.92 0.01 29.1 0.97 0.53
Hex FC 84 13 0 30 5C 1 1D 61 35
Octal 374 204 23 0 60 134 1 35 141 65
Binary 11111100 10000100 10011 0 110000 1011100 1 11101 1100001 110101

Color Harmonies of #FC8413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8413

Black with #FC8413

Text Example


Text Example

White with #FC8413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8413; }

 p { color: rgb(252,132,19); }

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

background-color css

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

 a { background-color: rgb(252,132,19); }

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

border-color css

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

 span { border-color: rgb(252,132,19); }

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