Html Css Color HEX #F1D87D Buff

📋 copy color: '#F1D87D'

red 241 ◦ green 216 ◦ blue 125

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

Shades of Buff #F1D87D

Tints of Buff #F1D87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.48%

R = 41.41%
G = 37.11%
B = 21.48%

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

#F1D87D (or 0xF1D87D) is known color: Buff. HEX triplet: F1, D8 and 7D. RGB value is (241,216,125). Sum of RGB (Red+Green+Blue) = 241+216+125=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 216 (84.77% from 255 or 37.11% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D87D is #0E2782. Grayscale: #D5D5D5. Windows color (decimal): -927619 or 8247537. OLE color: 8247537.

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

Color convert

RGB 241 216 125 -
CMYK 0 0.10 0.48 0.05
HSL 47.07º 0.81% 0.72% -
HSV(B) 47.07º 0.48% 0.95% -
XYZ 64.53 69.29 29.38 -
YUV 213.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 241 216 125 0 0.10 0.48 0.05 47.07 0.81 0.72
Hex F1 D8 7D 0 A 30 5 2F 51 48
Octal 361 330 175 0 12 60 5 57 121 110
Binary 11110001 11011000 1111101 0 1010 110000 101 101111 1010001 1001000

Color Harmonies of #F1D87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D87D

Black with #F1D87D

Text Example


Text Example

White with #F1D87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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