Html Css Color HEX #F1D87E Buff

📋 copy color: '#F1D87E'

red 241 ◦ green 216 ◦ blue 126

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

Shades of Buff #F1D87E

Tints of Buff #F1D87E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.61%

R = 41.34%
G = 37.05%
B = 21.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F1D87E (or 0xF1D87E) is known color: Buff. HEX triplet: F1, D8 and 7E. RGB value is (241,216,126). Sum of RGB (Red+Green+Blue) = 241+216+126=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 126 (49.61% from 255 or 21.61% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D87E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D87E is #0E2781. Grayscale: #D5D5D5. Windows color (decimal): -927618 or 8313073. OLE color: 8313073.

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

Color convert

RGB 241 216 126 -
CMYK 0 0.10 0.48 0.05
HSL 46.96º 0.8% 0.72% -
HSV(B) 46.96º 0.48% 0.95% -
XYZ 64.6 69.32 29.71 -
YUV 213.22 78.78 147.82 -
System Red Green Blue C M Y K H S L
Decimal 241 216 126 0 0.10 0.48 0.05 46.96 0.8 0.72
Hex F1 D8 7E 0 A 30 5 2F 50 48
Octal 361 330 176 0 12 60 5 57 120 110
Binary 11110001 11011000 1111110 0 1010 110000 101 101111 1010000 1001000

Color Harmonies of #F1D87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D87E

Black with #F1D87E

Text Example


Text Example

White with #F1D87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D87E; }

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

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

background-color css

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

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

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

border-color css

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

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

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