Html Css Color HEX #FCF08A Milan

📋 copy color: '#FCF08A'

red 252 ◦ green 240 ◦ blue 138

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

Shades of Milan #FCF08A

Tints of Milan #FCF08A

RGB

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

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

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

R = 40%
G = 38.1%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCF08A (or 0xFCF08A) is known color: Milan. HEX triplet: FC, F0 and 8A. RGB value is (252,240,138). Sum of RGB (Red+Green+Blue) = 252+240+138=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 138 (54.30% from 255 or 21.90% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF08A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF08A is #030F75. Grayscale: #E8E8E8. Windows color (decimal): -200566 or 9105660. OLE color: 9105660.

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

Color convert

RGB 252 240 138 -
CMYK 0 0.05 0.45 0.01
HSL 53.68º 0.95% 0.76% -
HSV(B) 53.68º 0.45% 0.99% -
XYZ 75.89 84.85 36.42 -
YUV 231.96 74.98 142.29 -
System Red Green Blue C M Y K H S L
Decimal 252 240 138 0 0.05 0.45 0.01 53.68 0.95 0.76
Hex FC F0 8A 0 5 2D 1 36 5F 4C
Octal 374 360 212 0 5 55 1 66 137 114
Binary 11111100 11110000 10001010 0 101 101101 1 110110 1011111 1001100

Color Harmonies of #FCF08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF08A

Black with #FCF08A

Text Example


Text Example

White with #FCF08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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