Html Css Color HEX #FCF385 Milan

📋 copy color: '#FCF385'

red 252 ◦ green 243 ◦ blue 133

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

Shades of Milan #FCF385

Tints of Milan #FCF385

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.69%

 BLUE value IS 133 (52.34% from 255) = 21.18%

R = 40.13%
G = 38.69%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCF385 (or 0xFCF385) is known color: Milan. HEX triplet: FC, F3 and 85. RGB value is (252,243,133). Sum of RGB (Red+Green+Blue) = 252+243+133=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 243 (95.31% from 255 or 38.69% from 628); Blue value is 133 (52.34% from 255 or 21.18% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF385 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF385 is #030C7A. Grayscale: #E9E9E9. Windows color (decimal): -199803 or 8778748. OLE color: 8778748.

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

Color convert

RGB 252 243 133 -
CMYK 0 0.04 0.47 0.01
HSL 55.46º 0.95% 0.75% -
HSV(B) 55.46º 0.47% 0.99% -
XYZ 76.43 86.49 34.86 -
YUV 233.15 71.48 141.44 -
System Red Green Blue C M Y K H S L
Decimal 252 243 133 0 0.04 0.47 0.01 55.46 0.95 0.75
Hex FC F3 85 0 4 2F 1 37 5F 4B
Octal 374 363 205 0 4 57 1 67 137 113
Binary 11111100 11110011 10000101 0 100 101111 1 110111 1011111 1001011

Color Harmonies of #FCF385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF385

Black with #FCF385

Text Example


Text Example

White with #FCF385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF385; }

 p { color: rgb(252,243,133); }

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

background-color css

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

 a { background-color: rgb(252,243,133); }

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

border-color css

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

 span { border-color: rgb(252,243,133); }

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