Html Css Color HEX #FCF58F Milan

📋 copy color: '#FCF58F'

red 252 ◦ green 245 ◦ blue 143

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

Shades of Milan #FCF58F

Tints of Milan #FCF58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 22.34%

R = 39.38%
G = 38.28%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCF58F (or 0xFCF58F) is known color: Milan. HEX triplet: FC, F5 and 8F. RGB value is (252,245,143). Sum of RGB (Red+Green+Blue) = 252+245+143=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 143 (56.25% from 255 or 22.34% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF58F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF58F is #030A70. Grayscale: #EBEBEB. Windows color (decimal): -199281 or 9434620. OLE color: 9434620.

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

Color convert

RGB 252 245 143 -
CMYK 0 0.03 0.43 0.01
HSL 56.15º 0.95% 0.77% -
HSV(B) 56.15º 0.43% 0.99% -
XYZ 77.76 87.98 38.87 -
YUV 235.47 75.82 139.79 -
System Red Green Blue C M Y K H S L
Decimal 252 245 143 0 0.03 0.43 0.01 56.15 0.95 0.77
Hex FC F5 8F 0 3 2B 1 38 5F 4D
Octal 374 365 217 0 3 53 1 70 137 115
Binary 11111100 11110101 10001111 0 11 101011 1 111000 1011111 1001101

Color Harmonies of #FCF58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF58F

Black with #FCF58F

Text Example


Text Example

White with #FCF58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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