Html Css Color HEX #F6F28F Milan

📋 copy color: '#F6F28F'

red 246 ◦ green 242 ◦ blue 143

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

Shades of Milan #F6F28F

Tints of Milan #F6F28F

RGB

 RED value IS 246 (96.48% from 255) = 38.99%

 GREEN value IS 242 (94.92% from 255) = 38.35%

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

R = 38.99%
G = 38.35%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F6F28F (or 0xF6F28F) is known color: Milan. HEX triplet: F6, F2 and 8F. RGB value is (246,242,143). Sum of RGB (Red+Green+Blue) = 246+242+143=631 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.99% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 143 (56.25% from 255 or 22.66% from 631); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F28F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F28F is #090D70. Grayscale: #E8E8E8. Windows color (decimal): -593265 or 9433846. OLE color: 9433846.

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

Color convert

RGB 246 242 143 -
CMYK 0 0.02 0.42 0.04
HSL 57.67º 0.85% 0.76% -
HSV(B) 57.67º 0.42% 0.96% -
XYZ 74.72 85.08 38.47 -
YUV 231.91 77.83 138.05 -
System Red Green Blue C M Y K H S L
Decimal 246 242 143 0 0.02 0.42 0.04 57.67 0.85 0.76
Hex F6 F2 8F 0 2 2A 4 3A 55 4C
Octal 366 362 217 0 2 52 4 72 125 114
Binary 11110110 11110010 10001111 0 10 101010 100 111010 1010101 1001100

Color Harmonies of #F6F28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6F28F

Black with #F6F28F

Text Example


Text Example

White with #F6F28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6F28F; }

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

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

background-color css

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

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

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

border-color css

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

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

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