Html Css Color HEX #FC7310 Pumpkin

📋 copy color: '#FC7310'

red 252 ◦ green 115 ◦ blue 16

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

Shades of Pumpkin #FC7310

Tints of Pumpkin #FC7310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.03%

 BLUE value IS 16 (6.64% from 255) = 4.18%

R = 65.8%
G = 30.03%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC7310 (or 0xFC7310) is known color: Pumpkin. HEX triplet: FC, 73 and 10. RGB value is (252,115,16). Sum of RGB (Red+Green+Blue) = 252+115+16=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7310 is #038CEF. Grayscale: #919191. Windows color (decimal): -232688 or 1078268. OLE color: 1078268.

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

Color convert

RGB 252 115 16 -
CMYK 0 0.54 0.94 0.01
HSL 25.17º 0.98% 0.53% -
HSV(B) 25.17º 0.94% 0.99% -
XYZ 46.37 32.99 4.41 -
YUV 144.68 55.39 204.55 -
System Red Green Blue C M Y K H S L
Decimal 252 115 16 0 0.54 0.94 0.01 25.17 0.98 0.53
Hex FC 73 10 0 36 5E 1 19 62 35
Octal 374 163 20 0 66 136 1 31 142 65
Binary 11111100 1110011 10000 0 110110 1011110 1 11001 1100010 110101

Color Harmonies of #FC7310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7310

Black with #FC7310

Text Example


Text Example

White with #FC7310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7310; }

 p { color: rgb(252,115,16); }

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

background-color css

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

 a { background-color: rgb(252,115,16); }

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

border-color css

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

 span { border-color: rgb(252,115,16); }

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