Html Css Color HEX #F1D982 Buff

📋 copy color: '#F1D982'

red 241 ◦ green 217 ◦ blue 130

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

Shades of Buff #F1D982

Tints of Buff #F1D982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.11%

R = 40.99%
G = 36.9%
B = 22.11%

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

#F1D982 (or 0xF1D982) is known color: Buff. HEX triplet: F1, D9 and 82. RGB value is (241,217,130). Sum of RGB (Red+Green+Blue) = 241+217+130=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 130 (51.17% from 255 or 22.11% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D982 is #0E267D. Grayscale: #D6D6D6. Windows color (decimal): -927358 or 8575473. OLE color: 8575473.

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

Color convert

RGB 241 217 130 -
CMYK 0 0.10 0.46 0.05
HSL 47.03º 0.8% 0.73% -
HSV(B) 47.03º 0.46% 0.95% -
XYZ 65.12 69.94 31.19 -
YUV 214.26 80.45 147.07 -
System Red Green Blue C M Y K H S L
Decimal 241 217 130 0 0.10 0.46 0.05 47.03 0.8 0.73
Hex F1 D9 82 0 A 2E 5 2F 50 49
Octal 361 331 202 0 12 56 5 57 120 111
Binary 11110001 11011001 10000010 0 1010 101110 101 101111 1010000 1001001

Color Harmonies of #F1D982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D982

Black with #F1D982

Text Example


Text Example

White with #F1D982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D982; }

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

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

background-color css

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

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

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

border-color css

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

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

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