#F3DD7E

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

Shades of Buff #F3DD7E

Tints of Buff #F3DD7E

Color information

#F3DD7E (or 0xF3DD7E) is unknown color: approx Buff. HEX triplet: F3, DD and 7E. RGB value is (243,221,126). Sum of RGB (Red+Green+Blue) = 243+221+126=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 126 (49.61% from 255 or 21.36% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DD7E is #0C2281. Grayscale: #D9D9D9. Windows color (decimal): -795266 or 8314355. OLE color: 8314355.

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

Color convert

RGB243221126-
CMYK00.090.480.05
HSL48.72º82.98%72.35%-
HSV(B)48.72º48.15%95.29%-
XYZ66.5872.2730.18-
YUV216.7576.79146.72-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.19%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 126 (49.61% from 255) = 21.36%
R=41.19%
G=37.46%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322112600.090.480.0548.7282.9872.35
HexF3DD7E09305315348
Octal36333517601160561123110
Binary111100111101110111111100100111000010111000110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DD7E; }

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

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

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

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

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

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

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

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