Html Css Color HEX #FC6B11 Pumpkin

📋 copy color: '#FC6B11'

red 252 ◦ green 107 ◦ blue 17

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

Shades of Pumpkin #FC6B11

Tints of Pumpkin #FC6B11

RGB

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

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

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

R = 67.02%
G = 28.46%
B = 4.52%

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

#FC6B11 (or 0xFC6B11) is known color: Pumpkin. HEX triplet: FC, 6B and 11. RGB value is (252,107,17). Sum of RGB (Red+Green+Blue) = 252+107+17=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 107 (42.19% from 255 or 28.46% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6B11 is #0394EE. Grayscale: #8C8C8C. Windows color (decimal): -234735 or 1141756. OLE color: 1141756.

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

Color convert

RGB 252 107 17 -
CMYK 0 0.58 0.93 0.01
HSL 22.98º 0.98% 0.53% -
HSV(B) 22.98º 0.93% 0.99% -
XYZ 45.5 31.25 4.16 -
YUV 140.1 58.54 207.82 -
System Red Green Blue C M Y K H S L
Decimal 252 107 17 0 0.58 0.93 0.01 22.98 0.98 0.53
Hex FC 6B 11 0 3A 5D 1 17 62 35
Octal 374 153 21 0 72 135 1 27 142 65
Binary 11111100 1101011 10001 0 111010 1011101 1 10111 1100010 110101

Color Harmonies of #FC6B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6B11

Black with #FC6B11

Text Example


Text Example

White with #FC6B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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