Html Css Color HEX #FAF092 Milan

📋 copy color: '#FAF092'

red 250 ◦ green 240 ◦ blue 146

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

Shades of Milan #FAF092

Tints of Milan #FAF092

RGB

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

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

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

R = 39.31%
G = 37.74%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FAF092 (or 0xFAF092) is known color: Milan. HEX triplet: FA, F0 and 92. RGB value is (250,240,146). Sum of RGB (Red+Green+Blue) = 250+240+146=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 146 (57.42% from 255 or 22.96% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF092 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF092 is #050F6D. Grayscale: #E8E8E8. Windows color (decimal): -331630 or 9629946. OLE color: 9629946.

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

Color convert

RGB 250 240 146 -
CMYK 0 0.04 0.42 0.02
HSL 54.23º 0.91% 0.78% -
HSV(B) 54.23º 0.42% 0.98% -
XYZ 75.77 84.72 39.55 -
YUV 232.27 79.31 140.64 -
System Red Green Blue C M Y K H S L
Decimal 250 240 146 0 0.04 0.42 0.02 54.23 0.91 0.78
Hex FA F0 92 0 4 2A 2 36 5B 4E
Octal 372 360 222 0 4 52 2 66 133 116
Binary 11111010 11110000 10010010 0 100 101010 10 110110 1011011 1001110

Color Harmonies of #FAF092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF092

Black with #FAF092

Text Example


Text Example

White with #FAF092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF092; }

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

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

background-color css

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

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

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

border-color css

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

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

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