#F3DF7E

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

Shades of Buff #F3DF7E

Tints of Buff #F3DF7E

Color information

#F3DF7E (or 0xF3DF7E) is unknown color: approx Buff. HEX triplet: F3, DF and 7E. RGB value is (243,223,126). Sum of RGB (Red+Green+Blue) = 243+223+126=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 223 (87.5% from 255 or 37.67% from 592); Blue value is 126 (49.61% from 255 or 21.28% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3DF7E is #0C2081. Grayscale: #DADADA. Windows color (decimal): -794754 or 8314867. OLE color: 8314867.

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

Color convert

RGB243223126-
CMYK00.080.480.05
HSL49.74º82.98%72.35%-
HSV(B)49.74º48.15%95.29%-
XYZ67.1273.3430.36-
YUV217.9276.13145.89-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.05%
GREEN value IS 223 (87.5% from 255) = 37.67%
BLUE value IS 126 (49.61% from 255) = 21.28%
R=41.05%
G=37.67%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322312600.080.480.0549.7482.9872.35
HexF3DF7E08305325348
Octal36333717601060562123110
Binary111100111101111111111100100011000010111001010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DF7E; }

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

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

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

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

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

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

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

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