Html Css Color HEX #FDE288 Vis Vis

📋 copy color: '#FDE288'

red 253 ◦ green 226 ◦ blue 136

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

Shades of Vis Vis #FDE288

Tints of Vis Vis #FDE288

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.75%

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

R = 41.14%
G = 36.75%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FDE288 (or 0xFDE288) is known color: Vis Vis. HEX triplet: FD, E2 and 88. RGB value is (253,226,136). Sum of RGB (Red+Green+Blue) = 253+226+136=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 136 (53.52% from 255 or 22.11% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE288 is #021D77. Grayscale: #E0E0E0. Windows color (decimal): -138616 or 8971005. OLE color: 8971005.

HSL color Cylindrical-coordinate representation of color #FDE288: hue angle of 46.15º 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 #FDE288 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 226 136 -
CMYK 0 0.11 0.46 0.01
HSL 46.15º 0.97% 0.76% -
HSV(B) 46.15º 0.46% 0.99% -
XYZ 72.15 77.05 34.36 -
YUV 223.81 78.45 148.82 -
System Red Green Blue C M Y K H S L
Decimal 253 226 136 0 0.11 0.46 0.01 46.15 0.97 0.76
Hex FD E2 88 0 B 2E 1 2E 61 4C
Octal 375 342 210 0 13 56 1 56 141 114
Binary 11111101 11100010 10001000 0 1011 101110 1 101110 1100001 1001100

Color Harmonies of #FDE288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE288

Black with #FDE288

Text Example


Text Example

White with #FDE288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE288; }

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

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

background-color css

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

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

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

border-color css

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

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

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