Html Css Color HEX #FC6D1D Pumpkin

📋 copy color: '#FC6D1D'

red 252 ◦ green 109 ◦ blue 29

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

Shades of Pumpkin #FC6D1D

Tints of Pumpkin #FC6D1D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.95%

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

R = 64.62%
G = 27.95%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC6D1D (or 0xFC6D1D) is known color: Pumpkin. HEX triplet: FC, 6D and 1D. RGB value is (252,109,29). Sum of RGB (Red+Green+Blue) = 252+109+29=390 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.62% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 29 (11.72% from 255 or 7.44% from 390); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6D1D is #0392E2. Grayscale: #8F8F8F. Windows color (decimal): -234211 or 1928700. OLE color: 1928700.

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

Color convert

RGB 252 109 29 -
CMYK 0 0.57 0.88 0.01
HSL 21.52º 0.97% 0.55% -
HSV(B) 21.52º 0.88% 0.99% -
XYZ 45.84 31.72 4.87 -
YUV 142.64 63.88 206 -
System Red Green Blue C M Y K H S L
Decimal 252 109 29 0 0.57 0.88 0.01 21.52 0.97 0.55
Hex FC 6D 1D 0 39 58 1 16 61 37
Octal 374 155 35 0 71 130 1 26 141 67
Binary 11111100 1101101 11101 0 111001 1011000 1 10110 1100001 110111

Color Harmonies of #FC6D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D1D

Black with #FC6D1D

Text Example


Text Example

White with #FC6D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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