Html Css Color HEX #FCF58A Milan

📋 copy color: '#FCF58A'

red 252 ◦ green 245 ◦ blue 138

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

Shades of Milan #FCF58A

Tints of Milan #FCF58A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 21.73%

R = 39.69%
G = 38.58%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCF58A (or 0xFCF58A) is known color: Milan. HEX triplet: FC, F5 and 8A. RGB value is (252,245,138). Sum of RGB (Red+Green+Blue) = 252+245+138=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 245 (96.09% from 255 or 38.58% from 635); Blue value is 138 (54.30% from 255 or 21.73% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF58A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF58A is #030A75. Grayscale: #EBEBEB. Windows color (decimal): -199286 or 9106940. OLE color: 9106940.

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

Color convert

RGB 252 245 138 -
CMYK 0 0.03 0.45 0.01
HSL 56.32º 0.95% 0.76% -
HSV(B) 56.32º 0.45% 0.99% -
XYZ 77.38 87.84 36.92 -
YUV 234.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 252 245 138 0 0.03 0.45 0.01 56.32 0.95 0.76
Hex FC F5 8A 0 3 2D 1 38 5F 4C
Octal 374 365 212 0 3 55 1 70 137 114
Binary 11111100 11110101 10001010 0 11 101101 1 111000 1011111 1001100

Color Harmonies of #FCF58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF58A

Black with #FCF58A

Text Example


Text Example

White with #FCF58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF58A; }

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

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

background-color css

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

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

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

border-color css

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

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

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