Html Css Color HEX #FEF28A Milan

📋 copy color: '#FEF28A'

red 254 ◦ green 242 ◦ blue 138

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

Shades of Milan #FEF28A

Tints of Milan #FEF28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 21.77%

R = 40.06%
G = 38.17%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FEF28A (or 0xFEF28A) is known color: Milan. HEX triplet: FE, F2 and 8A. RGB value is (254,242,138). Sum of RGB (Red+Green+Blue) = 254+242+138=634 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.06% from 634); Green value is 242 (94.92% from 255 or 38.17% from 634); Blue value is 138 (54.30% from 255 or 21.77% from 634); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF28A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF28A is #010D75. Grayscale: #EAEAEA. Windows color (decimal): -68982 or 9106174. OLE color: 9106174.

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

Color convert

RGB 254 242 138 -
CMYK 0 0.05 0.46 0.00
HSL 53.79º 0.98% 0.77% -
HSV(B) 53.79º 0.46% 1% -
XYZ 77.21 86.41 36.65 -
YUV 233.73 73.98 142.46 -
System Red Green Blue C M Y K H S L
Decimal 254 242 138 0 0.05 0.46 0.00 53.79 0.98 0.77
Hex FE F2 8A 0 5 2E 0 36 62 4D
Octal 376 362 212 0 5 56 0 66 142 115
Binary 11111110 11110010 10001010 0 101 101110 0 110110 1100010 1001101

Color Harmonies of #FEF28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF28A

Black with #FEF28A

Text Example


Text Example

White with #FEF28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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