Html Css Color HEX #F2F093 Milan

📋 copy color: '#F2F093'

red 242 ◦ green 240 ◦ blue 147

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

Shades of Milan #F2F093

Tints of Milan #F2F093

RGB

 RED value IS 242 (94.92% from 255) = 38.47%

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

 BLUE value IS 147 (57.81% from 255) = 23.37%

R = 38.47%
G = 38.16%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F2F093 (or 0xF2F093) is known color: Milan. HEX triplet: F2, F0 and 93. RGB value is (242,240,147). Sum of RGB (Red+Green+Blue) = 242+240+147=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 147 (57.81% from 255 or 23.37% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F093 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F093 is #0D0F6C. Grayscale: #E6E6E6. Windows color (decimal): -855917 or 9695474. OLE color: 9695474.

HSL color Cylindrical-coordinate representation of color #F2F093: hue angle of 58.74º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2F093 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 240 147 -
CMYK 0 0.01 0.39 0.05
HSL 58.74º 0.79% 0.76% -
HSV(B) 58.74º 0.39% 0.95% -
XYZ 73.04 83.3 39.83 -
YUV 230 81.16 136.56 -
System Red Green Blue C M Y K H S L
Decimal 242 240 147 0 0.01 0.39 0.05 58.74 0.79 0.76
Hex F2 F0 93 0 1 27 5 3B 4F 4C
Octal 362 360 223 0 1 47 5 73 117 114
Binary 11110010 11110000 10010011 0 1 100111 101 111011 1001111 1001100

Color Harmonies of #F2F093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F093

Black with #F2F093

Text Example


Text Example

White with #F2F093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F093; }

 p { color: rgb(242,240,147); }

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

background-color css

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

 a { background-color: rgb(242,240,147); }

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

border-color css

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

 span { border-color: rgb(242,240,147); }

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