Html Css Color HEX #FCF08C Milan

📋 copy color: '#FCF08C'

red 252 ◦ green 240 ◦ blue 140

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

Shades of Milan #FCF08C

Tints of Milan #FCF08C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.97%

 BLUE value IS 140 (55.08% from 255) = 22.15%

R = 39.87%
G = 37.97%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCF08C (or 0xFCF08C) is known color: Milan. HEX triplet: FC, F0 and 8C. RGB value is (252,240,140). Sum of RGB (Red+Green+Blue) = 252+240+140=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 140 (55.08% from 255 or 22.15% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF08C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF08C is #030F73. Grayscale: #E8E8E8. Windows color (decimal): -200564 or 9236732. OLE color: 9236732.

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

Color convert

RGB 252 240 140 -
CMYK 0 0.05 0.44 0.01
HSL 53.57º 0.95% 0.77% -
HSV(B) 53.57º 0.44% 0.99% -
XYZ 76.04 84.91 37.19 -
YUV 232.19 75.98 142.13 -
System Red Green Blue C M Y K H S L
Decimal 252 240 140 0 0.05 0.44 0.01 53.57 0.95 0.77
Hex FC F0 8C 0 5 2C 1 36 5F 4D
Octal 374 360 214 0 5 54 1 66 137 115
Binary 11111100 11110000 10001100 0 101 101100 1 110110 1011111 1001101

Color Harmonies of #FCF08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF08C

Black with #FCF08C

Text Example


Text Example

White with #FCF08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF08C; }

 p { color: rgb(252,240,140); }

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

background-color css

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

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

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

border-color css

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

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

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