Html Css Color HEX #FC7515 Pumpkin

📋 copy color: '#FC7515'

red 252 ◦ green 117 ◦ blue 21

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

Shades of Pumpkin #FC7515

Tints of Pumpkin #FC7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30%

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

R = 64.62%
G = 30%
B = 5.38%

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

#FC7515 (or 0xFC7515) is known color: Pumpkin. HEX triplet: FC, 75 and 15. RGB value is (252,117,21). Sum of RGB (Red+Green+Blue) = 252+117+21=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7515 is #038AEA. Grayscale: #929292. Windows color (decimal): -232171 or 1406460. OLE color: 1406460.

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

Color convert

RGB 252 117 21 -
CMYK 0 0.54 0.92 0.01
HSL 24.94º 0.97% 0.54% -
HSV(B) 24.94º 0.92% 0.99% -
XYZ 46.64 33.47 4.71 -
YUV 146.42 57.23 203.31 -
System Red Green Blue C M Y K H S L
Decimal 252 117 21 0 0.54 0.92 0.01 24.94 0.97 0.54
Hex FC 75 15 0 36 5C 1 19 61 36
Octal 374 165 25 0 66 134 1 31 141 66
Binary 11111100 1110101 10101 0 110110 1011100 1 11001 1100001 110110

Color Harmonies of #FC7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7515

Black with #FC7515

Text Example


Text Example

White with #FC7515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7515; }

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

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

background-color css

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

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

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

border-color css

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

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

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