Html Css Color HEX #FC6E0E Pumpkin

📋 copy color: '#FC6E0E'

red 252 ◦ green 110 ◦ blue 14

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

Shades of Pumpkin #FC6E0E

Tints of Pumpkin #FC6E0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.72%

R = 67.02%
G = 29.26%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC6E0E (or 0xFC6E0E) is known color: Pumpkin. HEX triplet: FC, 6E and 0E. RGB value is (252,110,14). Sum of RGB (Red+Green+Blue) = 252+110+14=376 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.02% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6E0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6E0E is #0391F1. Grayscale: #8E8E8E. Windows color (decimal): -233970 or 945916. OLE color: 945916.

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

Color convert

RGB 252 110 14 -
CMYK 0 0.56 0.94 0.01
HSL 24.2º 0.98% 0.52% -
HSV(B) 24.2º 0.94% 0.99% -
XYZ 45.8 31.88 4.15 -
YUV 141.51 56.04 206.81 -
System Red Green Blue C M Y K H S L
Decimal 252 110 14 0 0.56 0.94 0.01 24.2 0.98 0.52
Hex FC 6E E 0 38 5E 1 18 62 34
Octal 374 156 16 0 70 136 1 30 142 64
Binary 11111100 1101110 1110 0 111000 1011110 1 11000 1100010 110100

Color Harmonies of #FC6E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6E0E

Black with #FC6E0E

Text Example


Text Example

White with #FC6E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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