Html Css Color HEX #FC6D1B Pumpkin

📋 copy color: '#FC6D1B'

red 252 ◦ green 109 ◦ blue 27

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

Shades of Pumpkin #FC6D1B

Tints of Pumpkin #FC6D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.96%

R = 64.95%
G = 28.09%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC6D1B (or 0xFC6D1B) is known color: Pumpkin. HEX triplet: FC, 6D and 1B. RGB value is (252,109,27). Sum of RGB (Red+Green+Blue) = 252+109+27=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 27 (10.94% from 255 or 6.96% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6D1B is #0392E4. Grayscale: #8E8E8E. Windows color (decimal): -234213 or 1797628. OLE color: 1797628.

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

Color convert

RGB 252 109 27 -
CMYK 0 0.57 0.89 0.01
HSL 21.87º 0.97% 0.55% -
HSV(B) 21.87º 0.89% 0.99% -
XYZ 45.81 31.71 4.74 -
YUV 142.41 62.88 206.17 -
System Red Green Blue C M Y K H S L
Decimal 252 109 27 0 0.57 0.89 0.01 21.87 0.97 0.55
Hex FC 6D 1B 0 39 59 1 16 61 37
Octal 374 155 33 0 71 131 1 26 141 67
Binary 11111100 1101101 11011 0 111001 1011001 1 10110 1100001 110111

Color Harmonies of #FC6D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D1B

Black with #FC6D1B

Text Example


Text Example

White with #FC6D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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