#FDDE8B

Color #FDDE8B Vis Vis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vis Vis #FDDE8B

Tints of Vis Vis #FDDE8B

Color information

#FDDE8B (or 0xFDDE8B) is unknown color: approx Vis Vis. HEX triplet: FD, DE and 8B. RGB value is (253,222,139). Sum of RGB (Red+Green+Blue) = 253+222+139=614 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.21% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 139 (54.69% from 255 or 22.64% from 614); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDE8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDE8B is #022174. Grayscale: #DEDEDE. Windows color (decimal): -139637 or 9166589. OLE color: 9166589.

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

Color convert

RGB253222139-
CMYK00.120.450.01
HSL43.68º96.61%76.86%-
HSV(B)43.68º45.06%99.22%-
XYZ71.2974.9935.14-
YUV221.8181.27150.25-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.21%
GREEN value IS 222 (87.11% from 255) = 36.16%
BLUE value IS 139 (54.69% from 255) = 22.64%
R=41.21%
G=36.16%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322213900.120.450.0143.6896.6176.86
HexFDDE8B0C2D12c614d
Octal37533621301455154141115
Binary11111101110111101000101101100101101110110011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDE8B; }

 p { color: rgb(253,222,139); }

 H1.HeaderClassName
 {
   color: #FDDE8B;
 }
 .AnyTagClassName
 {
   color: #FDDE8B;
 }
</style>
background-color css

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

 a { background-color: rgb(253,222,139); }

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

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

 span { border-color: rgb(253,222,139); }

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