Html Css Color HEX #FC6812 Pumpkin

📋 copy color: '#FC6812'

red 252 ◦ green 104 ◦ blue 18

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

Shades of Pumpkin #FC6812

Tints of Pumpkin #FC6812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.81%

 BLUE value IS 18 (7.42% from 255) = 4.81%

R = 67.38%
G = 27.81%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC6812 (or 0xFC6812) is known color: Pumpkin. HEX triplet: FC, 68 and 12. RGB value is (252,104,18). Sum of RGB (Red+Green+Blue) = 252+104+18=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6812 is #0397ED. Grayscale: #8A8A8A. Windows color (decimal): -235502 or 1206524. OLE color: 1206524.

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

Color convert

RGB 252 104 18 -
CMYK 0 0.59 0.93 0.01
HSL 22.05º 0.98% 0.53% -
HSV(B) 22.05º 0.93% 0.99% -
XYZ 45.2 30.64 4.1 -
YUV 138.45 60.03 208.99 -
System Red Green Blue C M Y K H S L
Decimal 252 104 18 0 0.59 0.93 0.01 22.05 0.98 0.53
Hex FC 68 12 0 3B 5D 1 16 62 35
Octal 374 150 22 0 73 135 1 26 142 65
Binary 11111100 1101000 10010 0 111011 1011101 1 10110 1100010 110101

Color Harmonies of #FC6812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6812

Black with #FC6812

Text Example


Text Example

White with #FC6812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6812; }

 p { color: rgb(252,104,18); }

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

background-color css

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

 a { background-color: rgb(252,104,18); }

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

border-color css

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

 span { border-color: rgb(252,104,18); }

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