Html Css Color HEX #FC6C13 Pumpkin

📋 copy color: '#FC6C13'

red 252 ◦ green 108 ◦ blue 19

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

Shades of Pumpkin #FC6C13

Tints of Pumpkin #FC6C13

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.5%

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

R = 66.49%
G = 28.5%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC6C13 (or 0xFC6C13) is known color: Pumpkin. HEX triplet: FC, 6C and 13. RGB value is (252,108,19). Sum of RGB (Red+Green+Blue) = 252+108+19=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6C13 is #0393EC. Grayscale: #8D8D8D. Windows color (decimal): -234477 or 1273084. OLE color: 1273084.

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

Color convert

RGB 252 108 19 -
CMYK 0 0.57 0.92 0.01
HSL 22.92º 0.97% 0.53% -
HSV(B) 22.92º 0.92% 0.99% -
XYZ 45.62 31.47 4.29 -
YUV 140.91 59.21 207.24 -
System Red Green Blue C M Y K H S L
Decimal 252 108 19 0 0.57 0.92 0.01 22.92 0.97 0.53
Hex FC 6C 13 0 39 5C 1 17 61 35
Octal 374 154 23 0 71 134 1 27 141 65
Binary 11111100 1101100 10011 0 111001 1011100 1 10111 1100001 110101

Color Harmonies of #FC6C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C13

Black with #FC6C13

Text Example


Text Example

White with #FC6C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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