Html Css Color HEX #FC6E15 Pumpkin

📋 copy color: '#FC6E15'

red 252 ◦ green 110 ◦ blue 21

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

Shades of Pumpkin #FC6E15

Tints of Pumpkin #FC6E15

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.72%

 BLUE value IS 21 (8.59% from 255) = 5.48%

R = 65.8%
G = 28.72%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC6E15 (or 0xFC6E15) is known color: Pumpkin. HEX triplet: FC, 6E and 15. RGB value is (252,110,21). Sum of RGB (Red+Green+Blue) = 252+110+21=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 21 (8.59% from 255 or 5.48% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6E15 is #0391EA. Grayscale: #8E8E8E. Windows color (decimal): -233963 or 1404668. OLE color: 1404668.

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

Color convert

RGB 252 110 21 -
CMYK 0 0.56 0.92 0.01
HSL 23.12º 0.97% 0.54% -
HSV(B) 23.12º 0.92% 0.99% -
XYZ 45.86 31.9 4.45 -
YUV 142.31 59.54 206.24 -
System Red Green Blue C M Y K H S L
Decimal 252 110 21 0 0.56 0.92 0.01 23.12 0.97 0.54
Hex FC 6E 15 0 38 5C 1 17 61 36
Octal 374 156 25 0 70 134 1 27 141 66
Binary 11111100 1101110 10101 0 111000 1011100 1 10111 1100001 110110

Color Harmonies of #FC6E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6E15

Black with #FC6E15

Text Example


Text Example

White with #FC6E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6E15; }

 p { color: rgb(252,110,21); }

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

background-color css

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

 a { background-color: rgb(252,110,21); }

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

border-color css

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

 span { border-color: rgb(252,110,21); }

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