Html Css Color HEX #FCF58D Milan

📋 copy color: '#FCF58D'

red 252 ◦ green 245 ◦ blue 141

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

Shades of Milan #FCF58D

Tints of Milan #FCF58D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.4%

 BLUE value IS 141 (55.47% from 255) = 22.1%

R = 39.5%
G = 38.4%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCF58D (or 0xFCF58D) is known color: Milan. HEX triplet: FC, F5 and 8D. RGB value is (252,245,141). Sum of RGB (Red+Green+Blue) = 252+245+141=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 141 (55.47% from 255 or 22.10% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF58D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF58D is #030A72. Grayscale: #EBEBEB. Windows color (decimal): -199283 or 9303548. OLE color: 9303548.

HSL color Cylindrical-coordinate representation of color #FCF58D: hue angle of 56.22º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCF58D is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 245 141 -
CMYK 0 0.03 0.44 0.01
HSL 56.22º 0.95% 0.77% -
HSV(B) 56.22º 0.44% 0.99% -
XYZ 77.61 87.92 38.08 -
YUV 235.24 74.82 139.96 -
System Red Green Blue C M Y K H S L
Decimal 252 245 141 0 0.03 0.44 0.01 56.22 0.95 0.77
Hex FC F5 8D 0 3 2C 1 38 5F 4D
Octal 374 365 215 0 3 54 1 70 137 115
Binary 11111100 11110101 10001101 0 11 101100 1 111000 1011111 1001101

Color Harmonies of #FCF58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF58D

Black with #FCF58D

Text Example


Text Example

White with #FCF58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF58D; }

 p { color: rgb(252,245,141); }

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

background-color css

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

 a { background-color: rgb(252,245,141); }

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

border-color css

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

 span { border-color: rgb(252,245,141); }

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