Html Css Color HEX #FDE08C Vis Vis

📋 copy color: '#FDE08C'

red 253 ◦ green 224 ◦ blue 140

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

Shades of Vis Vis #FDE08C

Tints of Vis Vis #FDE08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.69%

R = 41%
G = 36.3%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDE08C (or 0xFDE08C) is known color: Vis Vis. HEX triplet: FD, E0 and 8C. RGB value is (253,224,140). Sum of RGB (Red+Green+Blue) = 253+224+140=617 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.00% from 617); Green value is 224 (87.89% from 255 or 36.30% from 617); Blue value is 140 (55.08% from 255 or 22.69% from 617); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE08C is #021F73. Grayscale: #DFDFDF. Windows color (decimal): -139124 or 9232637. OLE color: 9232637.

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

Color convert

RGB 253 224 140 -
CMYK 0 0.11 0.45 0.01
HSL 44.6º 0.97% 0.77% -
HSV(B) 44.6º 0.45% 0.99% -
XYZ 71.9 76.09 35.71 -
YUV 223.1 81.11 149.33 -
System Red Green Blue C M Y K H S L
Decimal 253 224 140 0 0.11 0.45 0.01 44.6 0.97 0.77
Hex FD E0 8C 0 B 2D 1 2D 61 4D
Octal 375 340 214 0 13 55 1 55 141 115
Binary 11111101 11100000 10001100 0 1011 101101 1 101101 1100001 1001101

Color Harmonies of #FDE08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE08C

Black with #FDE08C

Text Example


Text Example

White with #FDE08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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