Html Css Color HEX #F1D978 Buff

📋 copy color: '#F1D978'

red 241 ◦ green 217 ◦ blue 120

#F1D978
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buff #F1D978

Tints of Buff #F1D978

RGB

 RED value IS 241 (94.53% from 255) = 41.7%

 GREEN value IS 217 (85.16% from 255) = 37.54%

 BLUE value IS 120 (47.27% from 255) = 20.76%

R = 41.7%
G = 37.54%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F1D978 (or 0xF1D978) is known color: 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

RGB 241 217 120 -
CMYK 0 0.10 0.50 0.05
HSL 48.1º 0.81% 0.71% -
HSV(B) 48.1º 0.5% 0.95% -
XYZ 64.48 69.68 27.82 -
YUV 213.12 75.45 147.89 -
System Red Green Blue C M Y K H S L
Decimal 241 217 120 0 0.10 0.50 0.05 48.1 0.81 0.71
Hex F1 D9 78 0 A 32 5 30 51 47
Octal 361 331 170 0 12 62 5 60 121 107
Binary 11110001 11011001 1111000 0 1010 110010 101 110000 1010001 1000111

Color Harmonies of #F1D978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D978

Black with #F1D978

Text Example


Text Example

White with #F1D978

Text Example


Text Example

HTML Codes & Css Web 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>