Html Css Color HEX #FCF795 Milan

📋 copy color: '#FCF795'

red 252 ◦ green 247 ◦ blue 149

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

Shades of Milan #FCF795

Tints of Milan #FCF795

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.12%

 BLUE value IS 149 (58.59% from 255) = 22.99%

R = 38.89%
G = 38.12%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCF795 (or 0xFCF795) is known color: Milan. HEX triplet: FC, F7 and 95. RGB value is (252,247,149). Sum of RGB (Red+Green+Blue) = 252+247+149=648 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.89% from 648); Green value is 247 (96.88% from 255 or 38.12% from 648); Blue value is 149 (58.59% from 255 or 22.99% from 648); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF795 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF795 is #03086A. Grayscale: #EDEDED. Windows color (decimal): -198763 or 9828348. OLE color: 9828348.

HSL color Cylindrical-coordinate representation of color #FCF795: hue angle of 57.09º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCF795 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 247 149 -
CMYK 0 0.02 0.41 0.01
HSL 57.09º 0.94% 0.79% -
HSV(B) 57.09º 0.41% 0.99% -
XYZ 78.83 89.39 41.53 -
YUV 237.32 78.16 138.47 -
System Red Green Blue C M Y K H S L
Decimal 252 247 149 0 0.02 0.41 0.01 57.09 0.94 0.79
Hex FC F7 95 0 2 29 1 39 5E 4F
Octal 374 367 225 0 2 51 1 71 136 117
Binary 11111100 11110111 10010101 0 10 101001 1 111001 1011110 1001111

Color Harmonies of #FCF795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF795

Black with #FCF795

Text Example


Text Example

White with #FCF795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF795; }

 p { color: rgb(252,247,149); }

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

background-color css

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

 a { background-color: rgb(252,247,149); }

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

border-color css

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

 span { border-color: rgb(252,247,149); }

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