Html Css Color HEX #FEE486 Vis Vis

📋 copy color: '#FEE486'

red 254 ◦ green 228 ◦ blue 134

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

Shades of Vis Vis #FEE486

Tints of Vis Vis #FEE486

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.01%

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

R = 41.23%
G = 37.01%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FEE486 (or 0xFEE486) is known color: Vis Vis. HEX triplet: FE, E4 and 86. RGB value is (254,228,134). Sum of RGB (Red+Green+Blue) = 254+228+134=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 134 (52.73% from 255 or 21.75% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE486 is #011B79. Grayscale: #E1E1E1. Windows color (decimal): -72570 or 8840446. OLE color: 8840446.

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

Color convert

RGB 254 228 134 -
CMYK 0 0.10 0.47 0.00
HSL 47º 0.98% 0.76% -
HSV(B) 47º 0.47% 1% -
XYZ 72.92 78.28 33.82 -
YUV 225.06 76.61 148.64 -
System Red Green Blue C M Y K H S L
Decimal 254 228 134 0 0.10 0.47 0.00 47 0.98 0.76
Hex FE E4 86 0 A 2F 0 2F 62 4C
Octal 376 344 206 0 12 57 0 57 142 114
Binary 11111110 11100100 10000110 0 1010 101111 0 101111 1100010 1001100

Color Harmonies of #FEE486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEE486

Black with #FEE486

Text Example


Text Example

White with #FEE486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEE486; }

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

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

background-color css

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

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

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

border-color css

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

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

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