#F1D978

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

Shades of Buff #F1D978

Tints of Buff #F1D978

Color information

#F1D978 (or 0xF1D978) is unknown color: approx Buff. HEX triplet: F1, D9 and 78. RGB value is (241,217,120). Sum of RGB (Red+Green+Blue) = 241+217+120=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 120 (47.27% from 255 or 20.76% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D978 is #0E2687. Grayscale: #D5D5D5. Windows color (decimal): -927368 or 7920113. OLE color: 7920113.

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

Color convert

RGB241217120-
CMYK00.100.500.05
HSL48.1º81.21%70.78%-
HSV(B)48.1º50.21%94.51%-
XYZ64.4869.6827.82-
YUV213.1275.45147.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.70%
GREEN value IS 217 (85.16% from 255) = 37.54%
BLUE value IS 120 (47.27% from 255) = 20.76%
R=41.70%
G=37.54%
B=20.76%

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
Decimal24121712000.100.500.0548.181.2170.78
HexF1D9780A325305147
Octal36133117001262560121107
Binary111100011101100111110000101011001010111000010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D978; }

 p { color: rgb(241,217,120); }

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

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

 a { background-color: rgb(241,217,120); }

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

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

 span { border-color: rgb(241,217,120); }

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