Html Css Color HEX #FC6D1F Pumpkin

📋 copy color: '#FC6D1F'

red 252 ◦ green 109 ◦ blue 31

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

Shades of Pumpkin #FC6D1F

Tints of Pumpkin #FC6D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.91%

R = 64.29%
G = 27.81%
B = 7.91%

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

#FC6D1F (or 0xFC6D1F) is known color: Pumpkin. HEX triplet: FC, 6D and 1F. RGB value is (252,109,31). Sum of RGB (Red+Green+Blue) = 252+109+31=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 31 (12.5% from 255 or 7.91% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6D1F is #0392E0. Grayscale: #8F8F8F. Windows color (decimal): -234209 or 2059772. OLE color: 2059772.

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

Color convert

RGB 252 109 31 -
CMYK 0 0.57 0.88 0.01
HSL 21.18º 0.97% 0.55% -
HSV(B) 21.18º 0.88% 0.99% -
XYZ 45.86 31.73 5 -
YUV 142.87 64.88 205.84 -
System Red Green Blue C M Y K H S L
Decimal 252 109 31 0 0.57 0.88 0.01 21.18 0.97 0.55
Hex FC 6D 1F 0 39 58 1 15 61 37
Octal 374 155 37 0 71 130 1 25 141 67
Binary 11111100 1101101 11111 0 111001 1011000 1 10101 1100001 110111

Color Harmonies of #FC6D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D1F

Black with #FC6D1F

Text Example


Text Example

White with #FC6D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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