#F3DD7F

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

Shades of Buff #F3DD7F

Tints of Buff #F3DD7F

Color information

#F3DD7F (or 0xF3DD7F) is unknown color: approx Buff. HEX triplet: F3, DD and 7F. RGB value is (243,221,127). Sum of RGB (Red+Green+Blue) = 243+221+127=591 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.12% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 127 (50% from 255 or 21.49% from 591); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DD7F is #0C2280. Grayscale: #D9D9D9. Windows color (decimal): -795265 or 8379891. OLE color: 8379891.

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

Color convert

RGB243221127-
CMYK00.090.480.05
HSL48.62º82.86%72.55%-
HSV(B)48.62º47.74%95.29%-
XYZ66.6572.330.52-
YUV216.8677.29146.64-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.12%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 127 (50% from 255) = 21.49%
R=41.12%
G=37.39%
B=21.49%

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
Decimal24322112700.090.480.0548.6282.8672.55
HexF3DD7F09305315349
Octal36333517701160561123111
Binary111100111101110111111110100111000010111000110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DD7F; }

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

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

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

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

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

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

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

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