Html Css Color HEX #F1D877 Buff

📋 copy color: '#F1D877'

red 241 ◦ green 216 ◦ blue 119

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

Shades of Buff #F1D877

Tints of Buff #F1D877

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.5%

 BLUE value IS 119 (46.88% from 255) = 20.66%

R = 41.84%
G = 37.5%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F1D877 (or 0xF1D877) is known color: Buff. HEX triplet: F1, D8 and 77. RGB value is (241,216,119). Sum of RGB (Red+Green+Blue) = 241+216+119=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 119 (46.88% from 255 or 20.66% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D877 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D877 is #0E2788. Grayscale: #D4D4D4. Windows color (decimal): -927625 or 7854321. OLE color: 7854321.

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

Color convert

RGB 241 216 119 -
CMYK 0 0.10 0.51 0.05
HSL 47.7º 0.81% 0.71% -
HSV(B) 47.7º 0.51% 0.95% -
XYZ 64.16 69.14 27.42 -
YUV 212.42 75.28 148.39 -
System Red Green Blue C M Y K H S L
Decimal 241 216 119 0 0.10 0.51 0.05 47.7 0.81 0.71
Hex F1 D8 77 0 A 33 5 30 51 47
Octal 361 330 167 0 12 63 5 60 121 107
Binary 11110001 11011000 1110111 0 1010 110011 101 110000 1010001 1000111

Color Harmonies of #F1D877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D877

Black with #F1D877

Text Example


Text Example

White with #F1D877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D877; }

 p { color: rgb(241,216,119); }

 H1.HeaderClassName
 {
   color: #F1D877;
 }
 .AnyTagClassName
 {
   color: #F1D877;
 }
</style>

background-color css

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

 a { background-color: rgb(241,216,119); }

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

border-color css

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

 span { border-color: rgb(241,216,119); }

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