Html Css Color HEX #FFF285 Milan

📋 copy color: '#FFF285'

red 255 ◦ green 242 ◦ blue 133

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

Shades of Milan #FFF285

Tints of Milan #FFF285

RGB

 RED value IS 255 (100% from 255) = 40.48%

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

 BLUE value IS 133 (52.34% from 255) = 21.11%

R = 40.48%
G = 38.41%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0

RGB Variations

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

Color information

#FFF285 (or 0xFFF285) is known color: Milan. HEX triplet: FF, F2 and 85. RGB value is (255,242,133). Sum of RGB (Red+Green+Blue) = 255+242+133=630 (83% of max value = 765). Red value is 255 (100% from 255 or 40.48% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 133 (52.34% from 255 or 21.11% from 630); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF285 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF285 is #000D7A. Grayscale: #E9E9E9. Windows color (decimal): -3451 or 8778495. OLE color: 8778495.

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

Color convert

RGB 255 242 133 -
CMYK 0 0.05 0.48 0
HSL 53.61º 1% 0.76% -
HSV(B) 53.61º 0.48% 1% -
XYZ 77.23 86.46 34.81 -
YUV 233.46 71.31 143.36 -
System Red Green Blue C M Y K H S L
Decimal 255 242 133 0 0.05 0.48 0 53.61 1 0.76
Hex FF F2 85 0 5 30 0 36 64 4C
Octal 377 362 205 0 5 60 0 66 144 114
Binary 11111111 11110010 10000101 0 101 110000 0 110110 1100100 1001100

Color Harmonies of #FFF285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF285

Black with #FFF285

Text Example


Text Example

White with #FFF285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF285; }

 p { color: rgb(255,242,133); }

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

background-color css

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

 a { background-color: rgb(255,242,133); }

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

border-color css

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

 span { border-color: rgb(255,242,133); }

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