#FDDF91

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

Shades of Vis Vis #FDDF91

Tints of Vis Vis #FDDF91

Color information

#FDDF91 (or 0xFDDF91) is unknown color: approx Vis Vis. HEX triplet: FD, DF and 91. RGB value is (253,223,145). Sum of RGB (Red+Green+Blue) = 253+223+145=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 145 (57.03% from 255 or 23.35% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF91 is #02206E. Grayscale: #DFDFDF. Windows color (decimal): -139375 or 9560061. OLE color: 9560061.

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

Color convert

RGB253223145-
CMYK00.120.430.01
HSL43.33º96.43%78.04%-
HSV(B)43.33º42.69%99.22%-
XYZ72.0175.737.6-
YUV223.0883.94149.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 223 (87.5% from 255) = 35.91%
BLUE value IS 145 (57.03% from 255) = 23.35%
R=40.74%
G=35.91%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25322314500.120.430.0143.3396.4378.04
HexFDDF910C2B12b604e
Octal37533722101453153140116
Binary11111101110111111001000101100101011110101111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDDF91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDDF91; }

 p { color: rgb(253,223,145); }

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

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

 a { background-color: rgb(253,223,145); }

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

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

 span { border-color: rgb(253,223,145); }

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