Html Css Color HEX #FCF285 Milan

📋 copy color: '#FCF285'

red 252 ◦ green 242 ◦ blue 133

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

Shades of Milan #FCF285

Tints of Milan #FCF285

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.6%

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

R = 40.19%
G = 38.6%
B = 21.21%

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

#FCF285 (or 0xFCF285) is known color: Milan. HEX triplet: FC, F2 and 85. RGB value is (252,242,133). Sum of RGB (Red+Green+Blue) = 252+242+133=627 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.19% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 133 (52.34% from 255 or 21.21% from 627); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF285 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF285 is #030D7A. Grayscale: #E9E9E9. Windows color (decimal): -200059 or 8778492. OLE color: 8778492.

HSL color Cylindrical-coordinate representation of color #FCF285: hue angle of 54.96º 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 #FCF285 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 242 133 -
CMYK 0 0.04 0.47 0.01
HSL 54.96º 0.95% 0.75% -
HSV(B) 54.96º 0.47% 0.99% -
XYZ 76.13 85.89 34.76 -
YUV 232.56 71.81 141.86 -
System Red Green Blue C M Y K H S L
Decimal 252 242 133 0 0.04 0.47 0.01 54.96 0.95 0.75
Hex FC F2 85 0 4 2F 1 37 5F 4B
Octal 374 362 205 0 4 57 1 67 137 113
Binary 11111100 11110010 10000101 0 100 101111 1 110111 1011111 1001011

Color Harmonies of #FCF285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF285

Black with #FCF285

Text Example


Text Example

White with #FCF285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF285; }

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

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

background-color css

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

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

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

border-color css

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

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

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