#F3DC7E

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

Shades of Buff #F3DC7E

Tints of Buff #F3DC7E

Color information

#F3DC7E (or 0xF3DC7E) is unknown color: approx Buff. HEX triplet: F3, DC and 7E. RGB value is (243,220,126). Sum of RGB (Red+Green+Blue) = 243+220+126=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 126 (49.61% from 255 or 21.39% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DC7E is #0C2381. Grayscale: #D8D8D8. Windows color (decimal): -795522 or 8314099. OLE color: 8314099.

HSL color Cylindrical-coordinate representation of color #F3DC7E: hue angle of 48.21º 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 #F3DC7E is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB243220126-
CMYK00.090.480.05
HSL48.21º82.98%72.35%-
HSV(B)48.21º48.15%95.29%-
XYZ66.3271.7530.09-
YUV216.1677.12147.14-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.26%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 126 (49.61% from 255) = 21.39%
R=41.26%
G=37.35%
B=21.39%

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
Decimal24322012600.090.480.0548.2182.9872.35
HexF3DC7E09305305348
Octal36333417601160560123110
Binary111100111101110011111100100111000010111000010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DC7E; }

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

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

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

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

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

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

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

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