Html Css Color HEX #FCFB85 Milan

📋 copy color: '#FCFB85'

red 252 ◦ green 251 ◦ blue 133

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

Shades of Milan #FCFB85

Tints of Milan #FCFB85

RGB

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

 GREEN value IS 251 (98.44% from 255) = 39.47%

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

R = 39.62%
G = 39.47%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCFB85 (or 0xFCFB85) is known color: Milan. HEX triplet: FC, FB and 85. RGB value is (252,251,133). Sum of RGB (Red+Green+Blue) = 252+251+133=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 251 (98.44% from 255 or 39.47% from 636); Blue value is 133 (52.34% from 255 or 20.91% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFB85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFB85 is #03047A. Grayscale: #EEEEEE. Windows color (decimal): -197755 or 8780796. OLE color: 8780796.

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

Color convert

RGB 252 251 133 -
CMYK 0 0.00 0.47 0.01
HSL 59.5º 0.95% 0.75% -
HSV(B) 59.5º 0.47% 0.99% -
XYZ 78.88 91.38 35.67 -
YUV 237.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 252 251 133 0 0.00 0.47 0.01 59.5 0.95 0.75
Hex FC FB 85 0 0 2F 1 3B 5F 4B
Octal 374 373 205 0 0 57 1 73 137 113
Binary 11111100 11111011 10000101 0 0 101111 1 111011 1011111 1001011

Color Harmonies of #FCFB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFB85

Black with #FCFB85

Text Example


Text Example

White with #FCFB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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