Html Css Color HEX #FC6A13 Pumpkin

📋 copy color: '#FC6A13'

red 252 ◦ green 106 ◦ blue 19

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

Shades of Pumpkin #FC6A13

Tints of Pumpkin #FC6A13

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.12%

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

R = 66.84%
G = 28.12%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC6A13 (or 0xFC6A13) is known color: Pumpkin. HEX triplet: FC, 6A and 13. RGB value is (252,106,19). Sum of RGB (Red+Green+Blue) = 252+106+19=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6A13 is #0395EC. Grayscale: #8C8C8C. Windows color (decimal): -234989 or 1272572. OLE color: 1272572.

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

Color convert

RGB 252 106 19 -
CMYK 0 0.58 0.92 0.01
HSL 22.4º 0.97% 0.53% -
HSV(B) 22.4º 0.92% 0.99% -
XYZ 45.42 31.05 4.22 -
YUV 139.74 59.87 208.07 -
System Red Green Blue C M Y K H S L
Decimal 252 106 19 0 0.58 0.92 0.01 22.4 0.97 0.53
Hex FC 6A 13 0 3A 5C 1 16 61 35
Octal 374 152 23 0 72 134 1 26 141 65
Binary 11111100 1101010 10011 0 111010 1011100 1 10110 1100001 110101

Color Harmonies of #FC6A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A13

Black with #FC6A13

Text Example


Text Example

White with #FC6A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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