Html Css Color HEX #F1D98A Buff

📋 copy color: '#F1D98A'

red 241 ◦ green 217 ◦ blue 138

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

Shades of Buff #F1D98A

Tints of Buff #F1D98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.15%

R = 40.44%
G = 36.41%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F1D98A (or 0xF1D98A) is known color: Buff. HEX triplet: F1, D9 and 8A. RGB value is (241,217,138). Sum of RGB (Red+Green+Blue) = 241+217+138=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D98A is #0E2675. Grayscale: #D7D7D7. Windows color (decimal): -927350 or 9099761. OLE color: 9099761.

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

Color convert

RGB 241 217 138 -
CMYK 0 0.10 0.43 0.05
HSL 46.02º 0.79% 0.74% -
HSV(B) 46.02º 0.43% 0.95% -
XYZ 65.68 70.16 34.13 -
YUV 215.17 84.45 146.42 -
System Red Green Blue C M Y K H S L
Decimal 241 217 138 0 0.10 0.43 0.05 46.02 0.79 0.74
Hex F1 D9 8A 0 A 2B 5 2E 4F 4A
Octal 361 331 212 0 12 53 5 56 117 112
Binary 11110001 11011001 10001010 0 1010 101011 101 101110 1001111 1001010

Color Harmonies of #F1D98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D98A

Black with #F1D98A

Text Example


Text Example

White with #F1D98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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