Html Css Color HEX #FC6C10 Pumpkin

📋 copy color: '#FC6C10'

red 252 ◦ green 108 ◦ blue 16

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

Shades of Pumpkin #FC6C10

Tints of Pumpkin #FC6C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.26%

R = 67.02%
G = 28.72%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC6C10 (or 0xFC6C10) is known color: Pumpkin. HEX triplet: FC, 6C and 10. RGB value is (252,108,16). Sum of RGB (Red+Green+Blue) = 252+108+16=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 108 (42.58% from 255 or 28.72% from 376); Blue value is 16 (6.64% from 255 or 4.26% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6C10 is #0393EF. Grayscale: #8D8D8D. Windows color (decimal): -234480 or 1076476. OLE color: 1076476.

HSL color Cylindrical-coordinate representation of color #FC6C10: hue angle of 23.39º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC6C10 is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 108 16 -
CMYK 0 0.57 0.94 0.01
HSL 23.39º 0.98% 0.53% -
HSV(B) 23.39º 0.94% 0.99% -
XYZ 45.6 31.46 4.16 -
YUV 140.57 57.71 207.48 -
System Red Green Blue C M Y K H S L
Decimal 252 108 16 0 0.57 0.94 0.01 23.39 0.98 0.53
Hex FC 6C 10 0 39 5E 1 17 62 35
Octal 374 154 20 0 71 136 1 27 142 65
Binary 11111100 1101100 10000 0 111001 1011110 1 10111 1100010 110101

Color Harmonies of #FC6C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C10

Black with #FC6C10

Text Example


Text Example

White with #FC6C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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