Html Css Color HEX #FCF68C Milan

📋 copy color: '#FCF68C'

red 252 ◦ green 246 ◦ blue 140

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

Shades of Milan #FCF68C

Tints of Milan #FCF68C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.56%

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

R = 39.5%
G = 38.56%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCF68C (or 0xFCF68C) is known color: Milan. HEX triplet: FC, F6 and 8C. RGB value is (252,246,140). Sum of RGB (Red+Green+Blue) = 252+246+140=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 140 (55.08% from 255 or 21.94% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF68C is #030973. Grayscale: #ECECEC. Windows color (decimal): -199028 or 9238268. OLE color: 9238268.

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

Color convert

RGB 252 246 140 -
CMYK 0 0.02 0.44 0.01
HSL 56.79º 0.95% 0.77% -
HSV(B) 56.79º 0.44% 0.99% -
XYZ 77.83 88.5 37.79 -
YUV 235.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 252 246 140 0 0.02 0.44 0.01 56.79 0.95 0.77
Hex FC F6 8C 0 2 2C 1 39 5F 4D
Octal 374 366 214 0 2 54 1 71 137 115
Binary 11111100 11110110 10001100 0 10 101100 1 111001 1011111 1001101

Color Harmonies of #FCF68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF68C

Black with #FCF68C

Text Example


Text Example

White with #FCF68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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