Html Css Color HEX #FAF087 Milan

📋 copy color: '#FAF087'

red 250 ◦ green 240 ◦ blue 135

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

Shades of Milan #FAF087

Tints of Milan #FAF087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 21.6%

R = 40%
G = 38.4%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FAF087 (or 0xFAF087) is known color: Milan. HEX triplet: FA, F0 and 87. RGB value is (250,240,135). Sum of RGB (Red+Green+Blue) = 250+240+135=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 240 (94.14% from 255 or 38.4% from 625); Blue value is 135 (53.12% from 255 or 21.6% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF087 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF087 is #050F78. Grayscale: #E7E7E7. Windows color (decimal): -331641 or 8909050. OLE color: 8909050.

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

Color convert

RGB 250 240 135 -
CMYK 0 0.04 0.46 0.02
HSL 54.78º 0.92% 0.75% -
HSV(B) 54.78º 0.46% 0.98% -
XYZ 74.96 84.39 35.26 -
YUV 231.02 73.81 141.54 -
System Red Green Blue C M Y K H S L
Decimal 250 240 135 0 0.04 0.46 0.02 54.78 0.92 0.75
Hex FA F0 87 0 4 2E 2 37 5C 4B
Octal 372 360 207 0 4 56 2 67 134 113
Binary 11111010 11110000 10000111 0 100 101110 10 110111 1011100 1001011

Color Harmonies of #FAF087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF087

Black with #FAF087

Text Example


Text Example

White with #FAF087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF087; }

 p { color: rgb(250,240,135); }

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

background-color css

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

 a { background-color: rgb(250,240,135); }

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

border-color css

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

 span { border-color: rgb(250,240,135); }

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