Html Css Color HEX #FEF086 Milan

📋 copy color: '#FEF086'

red 254 ◦ green 240 ◦ blue 134

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

Shades of Milan #FEF086

Tints of Milan #FEF086

RGB

 RED value IS 254 (99.61% from 255) = 40.45%

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

 BLUE value IS 134 (52.73% from 255) = 21.34%

R = 40.45%
G = 38.22%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEF086 (or 0xFEF086) is known color: Milan. HEX triplet: FE, F0 and 86. RGB value is (254,240,134). Sum of RGB (Red+Green+Blue) = 254+240+134=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 240 (94.14% from 255 or 38.22% from 628); Blue value is 134 (52.73% from 255 or 21.34% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF086 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF086 is #010F79. Grayscale: #E8E8E8. Windows color (decimal): -69498 or 8843518. OLE color: 8843518.

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

Color convert

RGB 254 240 134 -
CMYK 0 0.06 0.47 0.00
HSL 53º 0.98% 0.76% -
HSV(B) 53º 0.47% 1% -
XYZ 76.34 85.11 34.96 -
YUV 232.1 72.64 143.62 -
System Red Green Blue C M Y K H S L
Decimal 254 240 134 0 0.06 0.47 0.00 53 0.98 0.76
Hex FE F0 86 0 6 2F 0 35 62 4C
Octal 376 360 206 0 6 57 0 65 142 114
Binary 11111110 11110000 10000110 0 110 101111 0 110101 1100010 1001100

Color Harmonies of #FEF086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF086

Black with #FEF086

Text Example


Text Example

White with #FEF086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF086; }

 p { color: rgb(254,240,134); }

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

background-color css

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

 a { background-color: rgb(254,240,134); }

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

border-color css

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

 span { border-color: rgb(254,240,134); }

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