Html Css Color HEX #FC6B14 Pumpkin

📋 copy color: '#FC6B14'

red 252 ◦ green 107 ◦ blue 20

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

Shades of Pumpkin #FC6B14

Tints of Pumpkin #FC6B14

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.23%

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

R = 66.49%
G = 28.23%
B = 5.28%

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

#FC6B14 (or 0xFC6B14) is known color: Pumpkin. HEX triplet: FC, 6B and 14. RGB value is (252,107,20). Sum of RGB (Red+Green+Blue) = 252+107+20=379 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.49% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6B14 is #0394EB. Grayscale: #8C8C8C. Windows color (decimal): -234732 or 1338364. OLE color: 1338364.

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

Color convert

RGB 252 107 20 -
CMYK 0 0.58 0.92 0.01
HSL 22.5º 0.97% 0.53% -
HSV(B) 22.5º 0.92% 0.99% -
XYZ 45.53 31.26 4.3 -
YUV 140.44 60.04 207.57 -
System Red Green Blue C M Y K H S L
Decimal 252 107 20 0 0.58 0.92 0.01 22.5 0.97 0.53
Hex FC 6B 14 0 3A 5C 1 16 61 35
Octal 374 153 24 0 72 134 1 26 141 65
Binary 11111100 1101011 10100 0 111010 1011100 1 10110 1100001 110101

Color Harmonies of #FC6B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6B14

Black with #FC6B14

Text Example


Text Example

White with #FC6B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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