#F3DB7A

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

Shades of Buff #F3DB7A

Tints of Buff #F3DB7A

Color information

#F3DB7A (or 0xF3DB7A) is unknown color: approx Buff. HEX triplet: F3, DB and 7A. RGB value is (243,219,122). Sum of RGB (Red+Green+Blue) = 243+219+122=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 122 (48.05% from 255 or 20.89% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DB7A is #0C2485. Grayscale: #D7D7D7. Windows color (decimal): -795782 or 8051699. OLE color: 8051699.

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

Color convert

RGB243219122-
CMYK00.100.500.05
HSL48.1º83.45%71.57%-
HSV(B)48.1º49.79%95.29%-
XYZ65.8171.1228.67-
YUV215.1275.45147.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.61%
GREEN value IS 219 (85.94% from 255) = 37.5%
BLUE value IS 122 (48.05% from 255) = 20.89%
R=41.61%
G=37.5%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321912200.100.500.0548.183.4571.57
HexF3DB7A0A325305348
Octal36333317201262560123110
Binary111100111101101111110100101011001010111000010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DB7A; }

 p { color: rgb(243,219,122); }

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

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

 a { background-color: rgb(243,219,122); }

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

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

 span { border-color: rgb(243,219,122); }

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