Html Css Color HEX #FDE08D Vis Vis

📋 copy color: '#FDE08D'

red 253 ◦ green 224 ◦ blue 141

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

Shades of Vis Vis #FDE08D

Tints of Vis Vis #FDE08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 22.82%

R = 40.94%
G = 36.25%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDE08D (or 0xFDE08D) is known color: Vis Vis. HEX triplet: FD, E0 and 8D. RGB value is (253,224,141). Sum of RGB (Red+Green+Blue) = 253+224+141=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 224 (87.89% from 255 or 36.25% from 618); Blue value is 141 (55.47% from 255 or 22.82% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE08D is #021F72. Grayscale: #DFDFDF. Windows color (decimal): -139123 or 9298173. OLE color: 9298173.

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

Color convert

RGB 253 224 141 -
CMYK 0 0.11 0.44 0.01
HSL 44.46º 0.97% 0.77% -
HSV(B) 44.46º 0.44% 0.99% -
XYZ 71.97 76.12 36.1 -
YUV 223.21 81.61 149.25 -
System Red Green Blue C M Y K H S L
Decimal 253 224 141 0 0.11 0.44 0.01 44.46 0.97 0.77
Hex FD E0 8D 0 B 2C 1 2C 61 4D
Octal 375 340 215 0 13 54 1 54 141 115
Binary 11111101 11100000 10001101 0 1011 101100 1 101100 1100001 1001101

Color Harmonies of #FDE08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE08D

Black with #FDE08D

Text Example


Text Example

White with #FDE08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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