Html Css Color HEX #FCF288 Milan

📋 copy color: '#FCF288'

red 252 ◦ green 242 ◦ blue 136

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

Shades of Milan #FCF288

Tints of Milan #FCF288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 21.59%

R = 40%
G = 38.41%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FCF288 (or 0xFCF288) is known color: Milan. HEX triplet: FC, F2 and 88. RGB value is (252,242,136). Sum of RGB (Red+Green+Blue) = 252+242+136=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 136 (53.52% from 255 or 21.59% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF288 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF288 is #030D77. Grayscale: #E9E9E9. Windows color (decimal): -200056 or 8975100. OLE color: 8975100.

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

Color convert

RGB 252 242 136 -
CMYK 0 0.04 0.46 0.01
HSL 54.83º 0.95% 0.76% -
HSV(B) 54.83º 0.46% 0.99% -
XYZ 76.34 85.98 35.86 -
YUV 232.91 73.31 141.62 -
System Red Green Blue C M Y K H S L
Decimal 252 242 136 0 0.04 0.46 0.01 54.83 0.95 0.76
Hex FC F2 88 0 4 2E 1 37 5F 4C
Octal 374 362 210 0 4 56 1 67 137 114
Binary 11111100 11110010 10001000 0 100 101110 1 110111 1011111 1001100

Color Harmonies of #FCF288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF288

Black with #FCF288

Text Example


Text Example

White with #FCF288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF288; }

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

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

background-color css

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

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

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

border-color css

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

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

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