Html Css Color HEX #FDF288 Milan

📋 copy color: '#FDF288'

red 253 ◦ green 242 ◦ blue 136

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

Shades of Milan #FDF288

Tints of Milan #FDF288

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.35%

 BLUE value IS 136 (53.52% from 255) = 21.55%

R = 40.1%
G = 38.35%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FDF288 (or 0xFDF288) is known color: Milan. HEX triplet: FD, F2 and 88. RGB value is (253,242,136). Sum of RGB (Red+Green+Blue) = 253+242+136=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 136 (53.52% from 255 or 21.55% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF288 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF288 is #020D77. Grayscale: #E9E9E9. Windows color (decimal): -134520 or 8975101. OLE color: 8975101.

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

Color convert

RGB 253 242 136 -
CMYK 0 0.04 0.46 0.01
HSL 54.36º 0.97% 0.76% -
HSV(B) 54.36º 0.46% 0.99% -
XYZ 76.7 86.16 35.88 -
YUV 233.21 73.14 142.12 -
System Red Green Blue C M Y K H S L
Decimal 253 242 136 0 0.04 0.46 0.01 54.36 0.97 0.76
Hex FD F2 88 0 4 2E 1 36 61 4C
Octal 375 362 210 0 4 56 1 66 141 114
Binary 11111101 11110010 10001000 0 100 101110 1 110110 1100001 1001100

Color Harmonies of #FDF288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF288

Black with #FDF288

Text Example


Text Example

White with #FDF288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF288; }

 p { color: rgb(253,242,136); }

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

background-color css

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

 a { background-color: rgb(253,242,136); }

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

border-color css

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

 span { border-color: rgb(253,242,136); }

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