Html Css Color HEX #FC7D29 Pumpkin

📋 copy color: '#FC7D29'

red 252 ◦ green 125 ◦ blue 41

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

Shades of Pumpkin #FC7D29

Tints of Pumpkin #FC7D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.81%

R = 60.29%
G = 29.9%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FC7D29 (or 0xFC7D29) is known color: Pumpkin. HEX triplet: FC, 7D and 29. RGB value is (252,125,41). Sum of RGB (Red+Green+Blue) = 252+125+41=418 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.29% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 41 (16.41% from 255 or 9.81% from 418); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7D29 is #0382D6. Grayscale: #999999. Windows color (decimal): -230103 or 2719228. OLE color: 2719228.

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

Color convert

RGB 252 125 41 -
CMYK 0 0.50 0.84 0.01
HSL 23.89º 0.97% 0.57% -
HSV(B) 23.89º 0.84% 0.99% -
XYZ 47.88 35.52 6.43 -
YUV 153.4 64.58 198.33 -
System Red Green Blue C M Y K H S L
Decimal 252 125 41 0 0.50 0.84 0.01 23.89 0.97 0.57
Hex FC 7D 29 0 32 54 1 18 61 39
Octal 374 175 51 0 62 124 1 30 141 71
Binary 11111100 1111101 101001 0 110010 1010100 1 11000 1100001 111001

Color Harmonies of #FC7D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D29

Black with #FC7D29

Text Example


Text Example

White with #FC7D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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