Html Css Color HEX #FC7D13 Pumpkin

📋 copy color: '#FC7D13'

red 252 ◦ green 125 ◦ blue 19

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

Shades of Pumpkin #FC7D13

Tints of Pumpkin #FC7D13

RGB

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

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

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

R = 63.64%
G = 31.57%
B = 4.8%

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

#FC7D13 (or 0xFC7D13) is known color: Pumpkin. HEX triplet: FC, 7D and 13. RGB value is (252,125,19). Sum of RGB (Red+Green+Blue) = 252+125+19=396 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.64% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7D13 is #0382EC. Grayscale: #979797. Windows color (decimal): -230125 or 1277436. OLE color: 1277436.

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

Color convert

RGB 252 125 19 -
CMYK 0 0.50 0.92 0.01
HSL 27.3º 0.97% 0.53% -
HSV(B) 27.3º 0.92% 0.99% -
XYZ 47.6 35.41 4.94 -
YUV 150.89 53.58 200.12 -
System Red Green Blue C M Y K H S L
Decimal 252 125 19 0 0.50 0.92 0.01 27.3 0.97 0.53
Hex FC 7D 13 0 32 5C 1 1B 61 35
Octal 374 175 23 0 62 134 1 33 141 65
Binary 11111100 1111101 10011 0 110010 1011100 1 11011 1100001 110101

Color Harmonies of #FC7D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D13

Black with #FC7D13

Text Example


Text Example

White with #FC7D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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