Html Css Color HEX #FDE488 Vis Vis

📋 copy color: '#FDE488'

red 253 ◦ green 228 ◦ blue 136

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

Shades of Vis Vis #FDE488

Tints of Vis Vis #FDE488

RGB

 RED value IS 253 (99.22% from 255) = 41%

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

 BLUE value IS 136 (53.52% from 255) = 22.04%

R = 41%
G = 36.95%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FDE488 (or 0xFDE488) is known color: Vis Vis. HEX triplet: FD, E4 and 88. RGB value is (253,228,136). Sum of RGB (Red+Green+Blue) = 253+228+136=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 136 (53.52% from 255 or 22.04% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE488 is #021B77. Grayscale: #E1E1E1. Windows color (decimal): -138104 or 8971517. OLE color: 8971517.

HSL color Cylindrical-coordinate representation of color #FDE488: hue angle of 47.18º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDE488 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 228 136 -
CMYK 0 0.10 0.46 0.01
HSL 47.18º 0.97% 0.76% -
HSV(B) 47.18º 0.46% 0.99% -
XYZ 72.7 78.15 34.54 -
YUV 224.99 77.78 147.98 -
System Red Green Blue C M Y K H S L
Decimal 253 228 136 0 0.10 0.46 0.01 47.18 0.97 0.76
Hex FD E4 88 0 A 2E 1 2F 61 4C
Octal 375 344 210 0 12 56 1 57 141 114
Binary 11111101 11100100 10001000 0 1010 101110 1 101111 1100001 1001100

Color Harmonies of #FDE488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE488

Black with #FDE488

Text Example


Text Example

White with #FDE488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE488; }

 p { color: rgb(253,228,136); }

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

background-color css

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

 a { background-color: rgb(253,228,136); }

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

border-color css

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

 span { border-color: rgb(253,228,136); }

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