#F3E17C

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

Shades of Buff #F3E17C

Tints of Buff #F3E17C

Color information

#F3E17C (or 0xF3E17C) is unknown color: approx Buff. HEX triplet: F3, E1 and 7C. RGB value is (243,225,124). Sum of RGB (Red+Green+Blue) = 243+225+124=592 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.05% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 124 (48.83% from 255 or 20.95% from 592); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E17C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3E17C is #0C1E83. Grayscale: #DBDBDB. Windows color (decimal): -794244 or 8184307. OLE color: 8184307.

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

Color convert

RGB243225124-
CMYK00.070.490.05
HSL50.92º83.22%71.96%-
HSV(B)50.92º48.97%95.29%-
XYZ67.5374.3629.86-
YUV218.8774.46145.21-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.05%
GREEN value IS 225 (88.28% from 255) = 38.01%
BLUE value IS 124 (48.83% from 255) = 20.95%
R=41.05%
G=38.01%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322512400.070.490.0550.9283.2271.96
HexF3E17C07315335348
Octal3633411740761563123110
Binary11110011111000011111100011111000110111001110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E17C; }

 p { color: rgb(243,225,124); }

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

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

 a { background-color: rgb(243,225,124); }

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

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

 span { border-color: rgb(243,225,124); }

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