#F3DD82

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

Shades of Buff #F3DD82

Tints of Buff #F3DD82

Color information

#F3DD82 (or 0xF3DD82) is unknown color: approx Buff. HEX triplet: F3, DD and 82. RGB value is (243,221,130). Sum of RGB (Red+Green+Blue) = 243+221+130=594 (78% of max value = 765). Red value is 243 (95.31% from 255 or 40.91% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 130 (51.17% from 255 or 21.89% from 594); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DD82 is #0C227D. Grayscale: #D9D9D9. Windows color (decimal): -795262 or 8576499. OLE color: 8576499.

HSL color Cylindrical-coordinate representation of color #F3DD82: hue angle of 48.32º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3DD82 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB243221130-
CMYK00.090.470.05
HSL48.32º82.48%73.14%-
HSV(B)48.32º46.5%95.29%-
XYZ66.8572.3831.57-
YUV217.278.79146.4-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 40.91%
GREEN value IS 221 (86.72% from 255) = 37.21%
BLUE value IS 130 (51.17% from 255) = 21.89%
R=40.91%
G=37.21%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322113000.090.470.0548.3282.4873.14
HexF3DD82092F5305249
Octal36333520201157560122111
Binary1111001111011101100000100100110111110111000010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DD82; }

 p { color: rgb(243,221,130); }

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

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

 a { background-color: rgb(243,221,130); }

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

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

 span { border-color: rgb(243,221,130); }

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