Html Css Color HEX #F5F286 Milan

📋 copy color: '#F5F286'

red 245 ◦ green 242 ◦ blue 134

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

Shades of Milan #F5F286

Tints of Milan #F5F286

RGB

 RED value IS 245 (96.09% from 255) = 39.45%

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

 BLUE value IS 134 (52.73% from 255) = 21.58%

R = 39.45%
G = 38.97%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.04

RGB Variations

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

Color information

#F5F286 (or 0xF5F286) is known color: Milan. HEX triplet: F5, F2 and 86. RGB value is (245,242,134). Sum of RGB (Red+Green+Blue) = 245+242+134=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 134 (52.73% from 255 or 21.58% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F286 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F286 is #0A0D79. Grayscale: #E7E7E7. Windows color (decimal): -658810 or 8844021. OLE color: 8844021.

HSL color Cylindrical-coordinate representation of color #F5F286: hue angle of 58.38º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F5F286 is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 242 134 -
CMYK 0 0.01 0.45 0.04
HSL 58.38º 0.85% 0.74% -
HSV(B) 58.38º 0.45% 0.96% -
XYZ 73.71 84.64 35.01 -
YUV 230.59 73.49 138.28 -
System Red Green Blue C M Y K H S L
Decimal 245 242 134 0 0.01 0.45 0.04 58.38 0.85 0.74
Hex F5 F2 86 0 1 2D 4 3A 55 4A
Octal 365 362 206 0 1 55 4 72 125 112
Binary 11110101 11110010 10000110 0 1 101101 100 111010 1010101 1001010

Color Harmonies of #F5F286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F286

Black with #F5F286

Text Example


Text Example

White with #F5F286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F286; }

 p { color: rgb(245,242,134); }

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

background-color css

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

 a { background-color: rgb(245,242,134); }

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

border-color css

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

 span { border-color: rgb(245,242,134); }

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