Html Css Color HEX #FEF287 Milan

📋 copy color: '#FEF287'

red 254 ◦ green 242 ◦ blue 135

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

Shades of Milan #FEF287

Tints of Milan #FEF287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 21.39%

R = 40.25%
G = 38.35%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEF287 (or 0xFEF287) is known color: Milan. HEX triplet: FE, F2 and 87. RGB value is (254,242,135). Sum of RGB (Red+Green+Blue) = 254+242+135=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 135 (53.12% from 255 or 21.39% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF287 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF287 is #010D78. Grayscale: #E9E9E9. Windows color (decimal): -68985 or 8909566. OLE color: 8909566.

HSL color Cylindrical-coordinate representation of color #FEF287: hue angle of 53.95º 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 #FEF287 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 242 135 -
CMYK 0 0.05 0.47 0.00
HSL 53.95º 0.98% 0.76% -
HSV(B) 53.95º 0.47% 1% -
XYZ 77 86.32 35.53 -
YUV 233.39 72.48 142.7 -
System Red Green Blue C M Y K H S L
Decimal 254 242 135 0 0.05 0.47 0.00 53.95 0.98 0.76
Hex FE F2 87 0 5 2F 0 36 62 4C
Octal 376 362 207 0 5 57 0 66 142 114
Binary 11111110 11110010 10000111 0 101 101111 0 110110 1100010 1001100

Color Harmonies of #FEF287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF287

Black with #FEF287

Text Example


Text Example

White with #FEF287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF287; }

 p { color: rgb(254,242,135); }

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

background-color css

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

 a { background-color: rgb(254,242,135); }

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

border-color css

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

 span { border-color: rgb(254,242,135); }

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