Html Css Color HEX #FC6813 Pumpkin

📋 copy color: '#FC6813'

red 252 ◦ green 104 ◦ blue 19

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

Shades of Pumpkin #FC6813

Tints of Pumpkin #FC6813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.07%

R = 67.2%
G = 27.73%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC6813 (or 0xFC6813) is known color: Pumpkin. HEX triplet: FC, 68 and 13. RGB value is (252,104,19). Sum of RGB (Red+Green+Blue) = 252+104+19=375 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.2% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6813 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6813 is #0397EC. Grayscale: #8B8B8B. Windows color (decimal): -235501 or 1272060. OLE color: 1272060.

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

Color convert

RGB 252 104 19 -
CMYK 0 0.59 0.92 0.01
HSL 21.89º 0.97% 0.53% -
HSV(B) 21.89º 0.92% 0.99% -
XYZ 45.21 30.64 4.15 -
YUV 138.56 60.53 208.91 -
System Red Green Blue C M Y K H S L
Decimal 252 104 19 0 0.59 0.92 0.01 21.89 0.97 0.53
Hex FC 68 13 0 3B 5C 1 16 61 35
Octal 374 150 23 0 73 134 1 26 141 65
Binary 11111100 1101000 10011 0 111011 1011100 1 10110 1100001 110101

Color Harmonies of #FC6813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6813

Black with #FC6813

Text Example


Text Example

White with #FC6813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6813; }

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

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

background-color css

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

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

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

border-color css

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

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

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