Html Css Color HEX #F1D77C Buff

📋 copy color: '#F1D77C'

red 241 ◦ green 215 ◦ blue 124

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

Shades of Buff #F1D77C

Tints of Buff #F1D77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.38%

R = 41.55%
G = 37.07%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#F1D77C (or 0xF1D77C) is known color: Buff. HEX triplet: F1, D7 and 7C. RGB value is (241,215,124). Sum of RGB (Red+Green+Blue) = 241+215+124=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 124 (48.83% from 255 or 21.38% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D77C is #0E2883. Grayscale: #D4D4D4. Windows color (decimal): -927876 or 8181745. OLE color: 8181745.

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

Color convert

RGB 241 215 124 -
CMYK 0 0.11 0.49 0.05
HSL 46.67º 0.81% 0.72% -
HSV(B) 46.67º 0.49% 0.95% -
XYZ 64.21 68.76 28.96 -
YUV 212.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 241 215 124 0 0.11 0.49 0.05 46.67 0.81 0.72
Hex F1 D7 7C 0 B 31 5 2F 51 48
Octal 361 327 174 0 13 61 5 57 121 110
Binary 11110001 11010111 1111100 0 1011 110001 101 101111 1010001 1001000

Color Harmonies of #F1D77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D77C

Black with #F1D77C

Text Example


Text Example

White with #F1D77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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