Html Css Color HEX #FCFC85 Milan

📋 copy color: '#FCFC85'

red 252 ◦ green 252 ◦ blue 133

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

Shades of Milan #FCFC85

Tints of Milan #FCFC85

RGB

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

 GREEN value IS 252 (98.83% from 255) = 39.56%

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

R = 39.56%
G = 39.56%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCFC85 (or 0xFCFC85) is known color: Milan. HEX triplet: FC, FC and 85. RGB value is (252,252,133). Sum of RGB (Red+Green+Blue) = 252+252+133=637 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.56% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 133 (52.34% from 255 or 20.88% from 637); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFC85 is #03037A. Grayscale: #EEEEEE. Windows color (decimal): -197499 or 8781052. OLE color: 8781052.

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

Color convert

RGB 252 252 133 -
CMYK 0 0 0.47 0.01
HSL 60º 0.95% 0.75% -
HSV(B) 60º 0.47% 0.99% -
XYZ 79.19 92.01 35.78 -
YUV 238.43 68.5 137.68 -
System Red Green Blue C M Y K H S L
Decimal 252 252 133 0 0 0.47 0.01 60 0.95 0.75
Hex FC FC 85 0 0 2F 1 3C 5F 4B
Octal 374 374 205 0 0 57 1 74 137 113
Binary 11111100 11111100 10000101 0 0 101111 1 111100 1011111 1001011

Color Harmonies of #FCFC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC85

Black with #FCFC85

Text Example


Text Example

White with #FCFC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC85; }

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

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

background-color css

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

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

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

border-color css

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

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

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