Html Css Color HEX #FDE092 Vis Vis

📋 copy color: '#FDE092'

red 253 ◦ green 224 ◦ blue 146

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

Shades of Vis Vis #FDE092

Tints of Vis Vis #FDE092

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.96%

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

R = 40.61%
G = 35.96%
B = 23.43%

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

#FDE092 (or 0xFDE092) is known color: Vis Vis. HEX triplet: FD, E0 and 92. RGB value is (253,224,146). Sum of RGB (Red+Green+Blue) = 253+224+146=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 146 (57.42% from 255 or 23.43% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE092 is #021F6D. Grayscale: #E0E0E0. Windows color (decimal): -139118 or 9625853. OLE color: 9625853.

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

Color convert

RGB 253 224 146 -
CMYK 0 0.11 0.42 0.01
HSL 43.74º 0.96% 0.78% -
HSV(B) 43.74º 0.42% 0.99% -
XYZ 72.35 76.27 38.1 -
YUV 223.78 84.11 148.84 -
System Red Green Blue C M Y K H S L
Decimal 253 224 146 0 0.11 0.42 0.01 43.74 0.96 0.78
Hex FD E0 92 0 B 2A 1 2C 60 4E
Octal 375 340 222 0 13 52 1 54 140 116
Binary 11111101 11100000 10010010 0 1011 101010 1 101100 1100000 1001110

Color Harmonies of #FDE092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE092

Black with #FDE092

Text Example


Text Example

White with #FDE092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE092; }

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

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

background-color css

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

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

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

border-color css

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

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

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