Html Css Color HEX #F1D983 Buff

📋 copy color: '#F1D983'

red 241 ◦ green 217 ◦ blue 131

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

Shades of Buff #F1D983

Tints of Buff #F1D983

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.84%

 BLUE value IS 131 (51.56% from 255) = 22.24%

R = 40.92%
G = 36.84%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#F1D983 (or 0xF1D983) is known color: Buff. HEX triplet: F1, D9 and 83. RGB value is (241,217,131). Sum of RGB (Red+Green+Blue) = 241+217+131=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 131 (51.56% from 255 or 22.24% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D983 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D983 is #0E267C. Grayscale: #D6D6D6. Windows color (decimal): -927357 or 8641009. OLE color: 8641009.

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

Color convert

RGB 241 217 131 -
CMYK 0 0.10 0.46 0.05
HSL 46.91º 0.8% 0.73% -
HSV(B) 46.91º 0.46% 0.95% -
XYZ 65.19 69.97 31.54 -
YUV 214.37 80.95 146.99 -
System Red Green Blue C M Y K H S L
Decimal 241 217 131 0 0.10 0.46 0.05 46.91 0.8 0.73
Hex F1 D9 83 0 A 2E 5 2F 50 49
Octal 361 331 203 0 12 56 5 57 120 111
Binary 11110001 11011001 10000011 0 1010 101110 101 101111 1010000 1001001

Color Harmonies of #F1D983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D983

Black with #F1D983

Text Example


Text Example

White with #F1D983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D983; }

 p { color: rgb(241,217,131); }

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

background-color css

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

 a { background-color: rgb(241,217,131); }

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

border-color css

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

 span { border-color: rgb(241,217,131); }

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