Html Css Color HEX #FC7315 Pumpkin

📋 copy color: '#FC7315'

red 252 ◦ green 115 ◦ blue 21

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

Shades of Pumpkin #FC7315

Tints of Pumpkin #FC7315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.41%

R = 64.95%
G = 29.64%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC7315 (or 0xFC7315) is known color: Pumpkin. HEX triplet: FC, 73 and 15. RGB value is (252,115,21). Sum of RGB (Red+Green+Blue) = 252+115+21=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 115 (45.31% from 255 or 29.64% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7315 is #038CEA. Grayscale: #919191. Windows color (decimal): -232683 or 1405948. OLE color: 1405948.

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

Color convert

RGB 252 115 21 -
CMYK 0 0.54 0.92 0.01
HSL 24.42º 0.97% 0.54% -
HSV(B) 24.42º 0.92% 0.99% -
XYZ 46.41 33.01 4.64 -
YUV 145.25 57.89 204.14 -
System Red Green Blue C M Y K H S L
Decimal 252 115 21 0 0.54 0.92 0.01 24.42 0.97 0.54
Hex FC 73 15 0 36 5C 1 18 61 36
Octal 374 163 25 0 66 134 1 30 141 66
Binary 11111100 1110011 10101 0 110110 1011100 1 11000 1100001 110110

Color Harmonies of #FC7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7315

Black with #FC7315

Text Example


Text Example

White with #FC7315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7315; }

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

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

background-color css

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

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

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

border-color css

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

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

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