Html Css Color HEX #FEF292 Milan

📋 copy color: '#FEF292'

red 254 ◦ green 242 ◦ blue 146

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

Shades of Milan #FEF292

Tints of Milan #FEF292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 22.74%

R = 39.56%
G = 37.69%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.00

RGB Variations

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

Color information

#FEF292 (or 0xFEF292) is known color: Milan. HEX triplet: FE, F2 and 92. RGB value is (254,242,146). Sum of RGB (Red+Green+Blue) = 254+242+146=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 146 (57.42% from 255 or 22.74% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF292 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF292 is #010D6D. Grayscale: #EBEBEB. Windows color (decimal): -68974 or 9630462. OLE color: 9630462.

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

Color convert

RGB 254 242 146 -
CMYK 0 0.05 0.43 0.00
HSL 53.33º 0.98% 0.78% -
HSV(B) 53.33º 0.43% 1% -
XYZ 77.81 86.65 39.82 -
YUV 234.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 254 242 146 0 0.05 0.43 0.00 53.33 0.98 0.78
Hex FE F2 92 0 5 2B 0 35 62 4E
Octal 376 362 222 0 5 53 0 65 142 116
Binary 11111110 11110010 10010010 0 101 101011 0 110101 1100010 1001110

Color Harmonies of #FEF292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF292

Black with #FEF292

Text Example


Text Example

White with #FEF292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF292; }

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

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

background-color css

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

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

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

border-color css

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

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

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