Html Css Color HEX #FC6A17 Pumpkin

📋 copy color: '#FC6A17'

red 252 ◦ green 106 ◦ blue 23

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

Shades of Pumpkin #FC6A17

Tints of Pumpkin #FC6A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.04%

R = 66.14%
G = 27.82%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FC6A17 (or 0xFC6A17) is known color: Pumpkin. HEX triplet: FC, 6A and 17. RGB value is (252,106,23). Sum of RGB (Red+Green+Blue) = 252+106+23=381 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.14% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 23 (9.38% from 255 or 6.04% from 381); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6A17 is #0395E8. Grayscale: #8C8C8C. Windows color (decimal): -234985 or 1534716. OLE color: 1534716.

HSL color Cylindrical-coordinate representation of color #FC6A17: hue angle of 21.75º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC6A17 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 106 23 -
CMYK 0 0.58 0.91 0.01
HSL 21.75º 0.97% 0.54% -
HSV(B) 21.75º 0.91% 0.99% -
XYZ 45.45 31.07 4.41 -
YUV 140.19 61.87 207.75 -
System Red Green Blue C M Y K H S L
Decimal 252 106 23 0 0.58 0.91 0.01 21.75 0.97 0.54
Hex FC 6A 17 0 3A 5B 1 16 61 36
Octal 374 152 27 0 72 133 1 26 141 66
Binary 11111100 1101010 10111 0 111010 1011011 1 10110 1100001 110110

Color Harmonies of #FC6A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A17

Black with #FC6A17

Text Example


Text Example

White with #FC6A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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