Html Css Color HEX #FC5D1D Pumpkin

📋 copy color: '#FC5D1D'

red 252 ◦ green 93 ◦ blue 29

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

Shades of Pumpkin #FC5D1D

Tints of Pumpkin #FC5D1D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.87%

 BLUE value IS 29 (11.72% from 255) = 7.75%

R = 67.38%
G = 24.87%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC5D1D (or 0xFC5D1D) is known color: Pumpkin. HEX triplet: FC, 5D and 1D. RGB value is (252,93,29). Sum of RGB (Red+Green+Blue) = 252+93+29=374 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.38% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 29 (11.72% from 255 or 7.75% from 374); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5D1D is #03A2E2. Grayscale: #858585. Windows color (decimal): -238307 or 1924604. OLE color: 1924604.

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

Color convert

RGB 252 93 29 -
CMYK 0 0.63 0.88 0.01
HSL 17.22º 0.97% 0.55% -
HSV(B) 17.22º 0.88% 0.99% -
XYZ 44.28 28.61 4.35 -
YUV 133.25 69.18 212.7 -
System Red Green Blue C M Y K H S L
Decimal 252 93 29 0 0.63 0.88 0.01 17.22 0.97 0.55
Hex FC 5D 1D 0 3F 58 1 11 61 37
Octal 374 135 35 0 77 130 1 21 141 67
Binary 11111100 1011101 11101 0 111111 1011000 1 10001 1100001 110111

Color Harmonies of #FC5D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D1D

Black with #FC5D1D

Text Example


Text Example

White with #FC5D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D1D; }

 p { color: rgb(252,93,29); }

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

background-color css

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

 a { background-color: rgb(252,93,29); }

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

border-color css

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

 span { border-color: rgb(252,93,29); }

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