Html Css Color HEX #FC7D19 Pumpkin

📋 copy color: '#FC7D19'

red 252 ◦ green 125 ◦ blue 25

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

Shades of Pumpkin #FC7D19

Tints of Pumpkin #FC7D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.22%

R = 62.69%
G = 31.09%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC7D19 (or 0xFC7D19) is known color: Pumpkin. HEX triplet: FC, 7D and 19. RGB value is (252,125,25). Sum of RGB (Red+Green+Blue) = 252+125+25=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 25 (10.16% from 255 or 6.22% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7D19 is #0382E6. Grayscale: #989898. Windows color (decimal): -230119 or 1670652. OLE color: 1670652.

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

Color convert

RGB 252 125 25 -
CMYK 0 0.50 0.90 0.01
HSL 26.43º 0.97% 0.54% -
HSV(B) 26.43º 0.9% 0.99% -
XYZ 47.65 35.43 5.25 -
YUV 151.57 56.58 199.63 -
System Red Green Blue C M Y K H S L
Decimal 252 125 25 0 0.50 0.90 0.01 26.43 0.97 0.54
Hex FC 7D 19 0 32 5A 1 1A 61 36
Octal 374 175 31 0 62 132 1 32 141 66
Binary 11111100 1111101 11001 0 110010 1011010 1 11010 1100001 110110

Color Harmonies of #FC7D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D19

Black with #FC7D19

Text Example


Text Example

White with #FC7D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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