Html Css Color HEX #FC7D15 Pumpkin

📋 copy color: '#FC7D15'

red 252 ◦ green 125 ◦ blue 21

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

Shades of Pumpkin #FC7D15

Tints of Pumpkin #FC7D15

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.41%

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

R = 63.32%
G = 31.41%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FC7D15 (or 0xFC7D15) is known color: Pumpkin. HEX triplet: FC, 7D and 15. RGB value is (252,125,21). Sum of RGB (Red+Green+Blue) = 252+125+21=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 125 (49.22% from 255 or 31.41% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7D15 is #0382EA. Grayscale: #979797. Windows color (decimal): -230123 or 1408508. OLE color: 1408508.

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

Color convert

RGB 252 125 21 -
CMYK 0 0.50 0.92 0.01
HSL 27.01º 0.97% 0.54% -
HSV(B) 27.01º 0.92% 0.99% -
XYZ 47.61 35.42 5.04 -
YUV 151.12 54.58 199.96 -
System Red Green Blue C M Y K H S L
Decimal 252 125 21 0 0.50 0.92 0.01 27.01 0.97 0.54
Hex FC 7D 15 0 32 5C 1 1B 61 36
Octal 374 175 25 0 62 134 1 33 141 66
Binary 11111100 1111101 10101 0 110010 1011100 1 11011 1100001 110110

Color Harmonies of #FC7D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D15

Black with #FC7D15

Text Example


Text Example

White with #FC7D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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