Html Css Color HEX #FC6D13 Pumpkin

📋 copy color: '#FC6D13'

red 252 ◦ green 109 ◦ blue 19

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

Shades of Pumpkin #FC6D13

Tints of Pumpkin #FC6D13

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.68%

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

R = 66.32%
G = 28.68%
B = 5%

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

#FC6D13 (or 0xFC6D13) is known color: Pumpkin. HEX triplet: FC, 6D and 13. RGB value is (252,109,19). Sum of RGB (Red+Green+Blue) = 252+109+19=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 19 (7.81% from 255 or 5% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6D13 is #0392EC. Grayscale: #8E8E8E. Windows color (decimal): -234221 or 1273340. OLE color: 1273340.

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

Color convert

RGB 252 109 19 -
CMYK 0 0.57 0.92 0.01
HSL 23.18º 0.97% 0.53% -
HSV(B) 23.18º 0.92% 0.99% -
XYZ 45.73 31.68 4.32 -
YUV 141.5 58.88 206.82 -
System Red Green Blue C M Y K H S L
Decimal 252 109 19 0 0.57 0.92 0.01 23.18 0.97 0.53
Hex FC 6D 13 0 39 5C 1 17 61 35
Octal 374 155 23 0 71 134 1 27 141 65
Binary 11111100 1101101 10011 0 111001 1011100 1 10111 1100001 110101

Color Harmonies of #FC6D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D13

Black with #FC6D13

Text Example


Text Example

White with #FC6D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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