Html Css Color HEX #FDE295 Vis Vis

📋 copy color: '#FDE295'

red 253 ◦ green 226 ◦ blue 149

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

Shades of Vis Vis #FDE295

Tints of Vis Vis #FDE295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 23.73%

R = 40.29%
G = 35.99%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDE295 (or 0xFDE295) is known color: Vis Vis. HEX triplet: FD, E2 and 95. RGB value is (253,226,149). Sum of RGB (Red+Green+Blue) = 253+226+149=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 149 (58.59% from 255 or 23.73% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE295 is #021D6A. Grayscale: #E1E1E1. Windows color (decimal): -138603 or 9822973. OLE color: 9822973.

HSL color Cylindrical-coordinate representation of color #FDE295: hue angle of 44.42º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDE295 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 226 149 -
CMYK 0 0.11 0.41 0.01
HSL 44.42º 0.96% 0.79% -
HSV(B) 44.42º 0.41% 0.99% -
XYZ 73.13 77.45 39.53 -
YUV 225.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 253 226 149 0 0.11 0.41 0.01 44.42 0.96 0.79
Hex FD E2 95 0 B 29 1 2C 60 4F
Octal 375 342 225 0 13 51 1 54 140 117
Binary 11111101 11100010 10010101 0 1011 101001 1 101100 1100000 1001111

Color Harmonies of #FDE295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE295

Black with #FDE295

Text Example


Text Example

White with #FDE295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE295; }

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

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

background-color css

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

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

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

border-color css

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

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

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