Html Css Color HEX #FC6D14 Pumpkin

📋 copy color: '#FC6D14'

red 252 ◦ green 109 ◦ blue 20

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

Shades of Pumpkin #FC6D14

Tints of Pumpkin #FC6D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.25%

R = 66.14%
G = 28.61%
B = 5.25%

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

#FC6D14 (or 0xFC6D14) is known color: Pumpkin. HEX triplet: FC, 6D and 14. RGB value is (252,109,20). Sum of RGB (Red+Green+Blue) = 252+109+20=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6D14 is #0392EB. Grayscale: #8E8E8E. Windows color (decimal): -234220 or 1338876. OLE color: 1338876.

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

Color convert

RGB 252 109 20 -
CMYK 0 0.57 0.92 0.01
HSL 23.02º 0.97% 0.53% -
HSV(B) 23.02º 0.92% 0.99% -
XYZ 45.74 31.68 4.37 -
YUV 141.61 59.38 206.74 -
System Red Green Blue C M Y K H S L
Decimal 252 109 20 0 0.57 0.92 0.01 23.02 0.97 0.53
Hex FC 6D 14 0 39 5C 1 17 61 35
Octal 374 155 24 0 71 134 1 27 141 65
Binary 11111100 1101101 10100 0 111001 1011100 1 10111 1100001 110101

Color Harmonies of #FC6D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D14

Black with #FC6D14

Text Example


Text Example

White with #FC6D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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