Html Css Color HEX #FDF892 Milan

📋 copy color: '#FDF892'

red 253 ◦ green 248 ◦ blue 146

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

Shades of Milan #FDF892

Tints of Milan #FDF892

RGB

 RED value IS 253 (99.22% from 255) = 39.1%

 GREEN value IS 248 (97.27% from 255) = 38.33%

 BLUE value IS 146 (57.42% from 255) = 22.57%

R = 39.1%
G = 38.33%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDF892 (or 0xFDF892) is known color: Milan. HEX triplet: FD, F8 and 92. RGB value is (253,248,146). Sum of RGB (Red+Green+Blue) = 253+248+146=647 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.10% from 647); Green value is 248 (97.27% from 255 or 38.33% from 647); Blue value is 146 (57.42% from 255 or 22.57% from 647); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF892 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF892 is #02076D. Grayscale: #EEEEEE. Windows color (decimal): -132974 or 9631997. OLE color: 9631997.

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

Color convert

RGB 253 248 146 -
CMYK 0 0.02 0.42 0.01
HSL 57.2º 0.96% 0.78% -
HSV(B) 57.2º 0.42% 0.99% -
XYZ 79.26 90.09 40.41 -
YUV 237.87 76.16 138.79 -
System Red Green Blue C M Y K H S L
Decimal 253 248 146 0 0.02 0.42 0.01 57.2 0.96 0.78
Hex FD F8 92 0 2 2A 1 39 60 4E
Octal 375 370 222 0 2 52 1 71 140 116
Binary 11111101 11111000 10010010 0 10 101010 1 111001 1100000 1001110

Color Harmonies of #FDF892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF892

Black with #FDF892

Text Example


Text Example

White with #FDF892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF892; }

 p { color: rgb(253,248,146); }

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

background-color css

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

 a { background-color: rgb(253,248,146); }

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

border-color css

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

 span { border-color: rgb(253,248,146); }

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