Html Css Color HEX #FAF185 Milan

📋 copy color: '#FAF185'

red 250 ◦ green 241 ◦ blue 133

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

Shades of Milan #FAF185

Tints of Milan #FAF185

RGB

 RED value IS 250 (98.05% from 255) = 40.06%

 GREEN value IS 241 (94.53% from 255) = 38.62%

 BLUE value IS 133 (52.34% from 255) = 21.31%

R = 40.06%
G = 38.62%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FAF185 (or 0xFAF185) is known color: Milan. HEX triplet: FA, F1 and 85. RGB value is (250,241,133). Sum of RGB (Red+Green+Blue) = 250+241+133=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 241 (94.53% from 255 or 38.62% from 624); Blue value is 133 (52.34% from 255 or 21.31% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF185 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF185 is #050E7A. Grayscale: #E7E7E7. Windows color (decimal): -331387 or 8778234. OLE color: 8778234.

HSL color Cylindrical-coordinate representation of color #FAF185: hue angle of 55.38º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FAF185 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 241 133 -
CMYK 0 0.04 0.47 0.02
HSL 55.38º 0.92% 0.75% -
HSV(B) 55.38º 0.47% 0.98% -
XYZ 75.11 84.93 34.62 -
YUV 231.38 72.48 141.28 -
System Red Green Blue C M Y K H S L
Decimal 250 241 133 0 0.04 0.47 0.02 55.38 0.92 0.75
Hex FA F1 85 0 4 2F 2 37 5C 4B
Octal 372 361 205 0 4 57 2 67 134 113
Binary 11111010 11110001 10000101 0 100 101111 10 110111 1011100 1001011

Color Harmonies of #FAF185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF185

Black with #FAF185

Text Example


Text Example

White with #FAF185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF185; }

 p { color: rgb(250,241,133); }

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

background-color css

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

 a { background-color: rgb(250,241,133); }

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

border-color css

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

 span { border-color: rgb(250,241,133); }

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