Html Css Color HEX #F1D77F Buff

📋 copy color: '#F1D77F'

red 241 ◦ green 215 ◦ blue 127

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

Shades of Buff #F1D77F

Tints of Buff #F1D77F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.88%

 BLUE value IS 127 (50% from 255) = 21.78%

R = 41.34%
G = 36.88%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#F1D77F (or 0xF1D77F) is known color: Buff. HEX triplet: F1, D7 and 7F. RGB value is (241,215,127). Sum of RGB (Red+Green+Blue) = 241+215+127=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 127 (50% from 255 or 21.78% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D77F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D77F is #0E2880. Grayscale: #D5D5D5. Windows color (decimal): -927873 or 8378353. OLE color: 8378353.

HSL color Cylindrical-coordinate representation of color #F1D77F: hue angle of 46.32º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F1D77F is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 215 127 -
CMYK 0 0.11 0.47 0.05
HSL 46.32º 0.8% 0.72% -
HSV(B) 46.32º 0.47% 0.95% -
XYZ 64.41 68.83 29.97 -
YUV 212.74 79.61 148.16 -
System Red Green Blue C M Y K H S L
Decimal 241 215 127 0 0.11 0.47 0.05 46.32 0.8 0.72
Hex F1 D7 7F 0 B 2F 5 2E 50 48
Octal 361 327 177 0 13 57 5 56 120 110
Binary 11110001 11010111 1111111 0 1011 101111 101 101110 1010000 1001000

Color Harmonies of #F1D77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D77F

Black with #F1D77F

Text Example


Text Example

White with #F1D77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D77F; }

 p { color: rgb(241,215,127); }

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

background-color css

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

 a { background-color: rgb(241,215,127); }

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

border-color css

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

 span { border-color: rgb(241,215,127); }

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