Html Css Color HEX #FC6313 Pumpkin

📋 copy color: '#FC6313'

red 252 ◦ green 99 ◦ blue 19

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

Shades of Pumpkin #FC6313

Tints of Pumpkin #FC6313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.76%

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

R = 68.11%
G = 26.76%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC6313 (or 0xFC6313) is known color: Pumpkin. HEX triplet: FC, 63 and 13. RGB value is (252,99,19). Sum of RGB (Red+Green+Blue) = 252+99+19=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6313 is #039CEC. Grayscale: #888888. Windows color (decimal): -236781 or 1270780. OLE color: 1270780.

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

Color convert

RGB 252 99 19 -
CMYK 0 0.61 0.92 0.01
HSL 20.6º 0.97% 0.53% -
HSV(B) 20.6º 0.92% 0.99% -
XYZ 44.72 29.67 3.99 -
YUV 135.63 62.19 211 -
System Red Green Blue C M Y K H S L
Decimal 252 99 19 0 0.61 0.92 0.01 20.6 0.97 0.53
Hex FC 63 13 0 3D 5C 1 15 61 35
Octal 374 143 23 0 75 134 1 25 141 65
Binary 11111100 1100011 10011 0 111101 1011100 1 10101 1100001 110101

Color Harmonies of #FC6313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6313

Black with #FC6313

Text Example


Text Example

White with #FC6313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6313; }

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

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

background-color css

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

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

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

border-color css

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

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

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