Html Css Color HEX #FC6A11 Pumpkin

📋 copy color: '#FC6A11'

red 252 ◦ green 106 ◦ blue 17

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

Shades of Pumpkin #FC6A11

Tints of Pumpkin #FC6A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.53%

R = 67.2%
G = 28.27%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC6A11 (or 0xFC6A11) is known color: Pumpkin. HEX triplet: FC, 6A and 11. RGB value is (252,106,17). Sum of RGB (Red+Green+Blue) = 252+106+17=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6A11 is #0395EE. Grayscale: #8C8C8C. Windows color (decimal): -234991 or 1141500. OLE color: 1141500.

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

Color convert

RGB 252 106 17 -
CMYK 0 0.58 0.93 0.01
HSL 22.72º 0.98% 0.53% -
HSV(B) 22.72º 0.93% 0.99% -
XYZ 45.4 31.04 4.13 -
YUV 139.51 58.87 208.24 -
System Red Green Blue C M Y K H S L
Decimal 252 106 17 0 0.58 0.93 0.01 22.72 0.98 0.53
Hex FC 6A 11 0 3A 5D 1 17 62 35
Octal 374 152 21 0 72 135 1 27 142 65
Binary 11111100 1101010 10001 0 111010 1011101 1 10111 1100010 110101

Color Harmonies of #FC6A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6A11

Black with #FC6A11

Text Example


Text Example

White with #FC6A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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