Html Css Color HEX #F2F18F Milan

📋 copy color: '#F2F18F'

red 242 ◦ green 241 ◦ blue 143

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

Shades of Milan #F2F18F

Tints of Milan #F2F18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 22.84%

R = 38.66%
G = 38.5%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2F18F (or 0xF2F18F) is known color: Milan. HEX triplet: F2, F1 and 8F. RGB value is (242,241,143). Sum of RGB (Red+Green+Blue) = 242+241+143=626 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.66% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 143 (56.25% from 255 or 22.84% from 626); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F18F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F18F is #0D0E70. Grayscale: #E6E6E6. Windows color (decimal): -855665 or 9433586. OLE color: 9433586.

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

Color convert

RGB 242 241 143 -
CMYK 0 0.00 0.41 0.05
HSL 59.39º 0.79% 0.75% -
HSV(B) 59.39º 0.41% 0.95% -
XYZ 73.03 83.77 38.31 -
YUV 230.13 78.83 136.47 -
System Red Green Blue C M Y K H S L
Decimal 242 241 143 0 0.00 0.41 0.05 59.39 0.79 0.75
Hex F2 F1 8F 0 0 29 5 3B 4F 4B
Octal 362 361 217 0 0 51 5 73 117 113
Binary 11110010 11110001 10001111 0 0 101001 101 111011 1001111 1001011

Color Harmonies of #F2F18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F18F

Black with #F2F18F

Text Example


Text Example

White with #F2F18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F18F; }

 p { color: rgb(242,241,143); }

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

background-color css

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

 a { background-color: rgb(242,241,143); }

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

border-color css

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

 span { border-color: rgb(242,241,143); }

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