Html Css Color HEX #FCF68A Milan

📋 copy color: '#FCF68A'

red 252 ◦ green 246 ◦ blue 138

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

Shades of Milan #FCF68A

Tints of Milan #FCF68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 21.7%

R = 39.62%
G = 38.68%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCF68A (or 0xFCF68A) is known color: Milan. HEX triplet: FC, F6 and 8A. RGB value is (252,246,138). Sum of RGB (Red+Green+Blue) = 252+246+138=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 138 (54.30% from 255 or 21.70% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF68A is #030975. Grayscale: #EBEBEB. Windows color (decimal): -199030 or 9107196. OLE color: 9107196.

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

Color convert

RGB 252 246 138 -
CMYK 0 0.02 0.45 0.01
HSL 56.84º 0.95% 0.76% -
HSV(B) 56.84º 0.45% 0.99% -
XYZ 77.69 88.44 37.02 -
YUV 235.48 72.99 139.78 -
System Red Green Blue C M Y K H S L
Decimal 252 246 138 0 0.02 0.45 0.01 56.84 0.95 0.76
Hex FC F6 8A 0 2 2D 1 39 5F 4C
Octal 374 366 212 0 2 55 1 71 137 114
Binary 11111100 11110110 10001010 0 10 101101 1 111001 1011111 1001100

Color Harmonies of #FCF68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF68A

Black with #FCF68A

Text Example


Text Example

White with #FCF68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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