#F3DC7B

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

Shades of Buff #F3DC7B

Tints of Buff #F3DC7B

Color information

#F3DC7B (or 0xF3DC7B) is unknown color: approx Buff. HEX triplet: F3, DC and 7B. RGB value is (243,220,123). Sum of RGB (Red+Green+Blue) = 243+220+123=586 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.47% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 123 (48.44% from 255 or 20.99% from 586); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DC7B is #0C2384. Grayscale: #D8D8D8. Windows color (decimal): -795525 or 8117491. OLE color: 8117491.

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

Color convert

RGB243220123-
CMYK00.090.490.05
HSL48.5º83.33%71.76%-
HSV(B)48.5º49.38%95.29%-
XYZ66.1371.6729.09-
YUV215.8275.62147.39-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.47%
GREEN value IS 220 (86.33% from 255) = 37.54%
BLUE value IS 123 (48.44% from 255) = 20.99%
R=41.47%
G=37.54%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322012300.090.490.0548.583.3371.76
HexF3DC7B09315305348
Octal36333417301161560123110
Binary111100111101110011110110100111000110111000010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DC7B; }

 p { color: rgb(243,220,123); }

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

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

 a { background-color: rgb(243,220,123); }

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

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

 span { border-color: rgb(243,220,123); }

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