Html Css Color HEX #FDE594 Vis Vis

📋 copy color: '#FDE594'

red 253 ◦ green 229 ◦ blue 148

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

Shades of Vis Vis #FDE594

Tints of Vis Vis #FDE594

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.35%

 BLUE value IS 148 (58.2% from 255) = 23.49%

R = 40.16%
G = 36.35%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDE594 (or 0xFDE594) is known color: Vis Vis. HEX triplet: FD, E5 and 94. RGB value is (253,229,148). Sum of RGB (Red+Green+Blue) = 253+229+148=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 148 (58.20% from 255 or 23.49% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE594 is #021A6B. Grayscale: #E3E3E3. Windows color (decimal): -137836 or 9758205. OLE color: 9758205.

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

Color convert

RGB 253 229 148 -
CMYK 0 0.09 0.42 0.01
HSL 46.29º 0.96% 0.79% -
HSV(B) 46.29º 0.42% 0.99% -
XYZ 73.87 79.06 39.38 -
YUV 226.94 83.45 146.59 -
System Red Green Blue C M Y K H S L
Decimal 253 229 148 0 0.09 0.42 0.01 46.29 0.96 0.79
Hex FD E5 94 0 9 2A 1 2E 60 4F
Octal 375 345 224 0 11 52 1 56 140 117
Binary 11111101 11100101 10010100 0 1001 101010 1 101110 1100000 1001111

Color Harmonies of #FDE594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE594

Black with #FDE594

Text Example


Text Example

White with #FDE594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE594; }

 p { color: rgb(253,229,148); }

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

background-color css

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

 a { background-color: rgb(253,229,148); }

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

border-color css

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

 span { border-color: rgb(253,229,148); }

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