Html Css Color HEX #FDE292 Vis Vis

📋 copy color: '#FDE292'

red 253 ◦ green 226 ◦ blue 146

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

Shades of Vis Vis #FDE292

Tints of Vis Vis #FDE292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 23.36%

R = 40.48%
G = 36.16%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDE292 (or 0xFDE292) is known color: Vis Vis. HEX triplet: FD, E2 and 92. RGB value is (253,226,146). Sum of RGB (Red+Green+Blue) = 253+226+146=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 146 (57.42% from 255 or 23.36% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE292 is #021D6D. Grayscale: #E1E1E1. Windows color (decimal): -138606 or 9626365. OLE color: 9626365.

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

Color convert

RGB 253 226 146 -
CMYK 0 0.11 0.42 0.01
HSL 44.86º 0.96% 0.78% -
HSV(B) 44.86º 0.42% 0.99% -
XYZ 72.89 77.35 38.28 -
YUV 224.95 83.45 148 -
System Red Green Blue C M Y K H S L
Decimal 253 226 146 0 0.11 0.42 0.01 44.86 0.96 0.78
Hex FD E2 92 0 B 2A 1 2D 60 4E
Octal 375 342 222 0 13 52 1 55 140 116
Binary 11111101 11100010 10010010 0 1011 101010 1 101101 1100000 1001110

Color Harmonies of #FDE292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE292

Black with #FDE292

Text Example


Text Example

White with #FDE292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE292; }

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

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

background-color css

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

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

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

border-color css

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

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

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