Html Css Color HEX #F9DF82 Buff

📋 copy color: '#F9DF82'

red 249 ◦ green 223 ◦ blue 130

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

Shades of Buff #F9DF82

Tints of Buff #F9DF82

RGB

 RED value IS 249 (97.66% from 255) = 41.36%

 GREEN value IS 223 (87.5% from 255) = 37.04%

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

R = 41.36%
G = 37.04%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F9DF82 (or 0xF9DF82) is known color: Buff. HEX triplet: F9, DF and 82. RGB value is (249,223,130). Sum of RGB (Red+Green+Blue) = 249+223+130=602 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.36% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 130 (51.17% from 255 or 21.59% from 602); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DF82 is #06207D. Grayscale: #DCDCDC. Windows color (decimal): -401534 or 8577017. OLE color: 8577017.

HSL color Cylindrical-coordinate representation of color #F9DF82: hue angle of 46.89º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F9DF82 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 223 130 -
CMYK 0 0.10 0.48 0.02
HSL 46.89º 0.91% 0.74% -
HSV(B) 46.89º 0.48% 0.98% -
XYZ 69.48 74.53 31.84 -
YUV 220.17 77.11 148.56 -
System Red Green Blue C M Y K H S L
Decimal 249 223 130 0 0.10 0.48 0.02 46.89 0.91 0.74
Hex F9 DF 82 0 A 30 2 2F 5B 4A
Octal 371 337 202 0 12 60 2 57 133 112
Binary 11111001 11011111 10000010 0 1010 110000 10 101111 1011011 1001010

Color Harmonies of #F9DF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9DF82

Black with #F9DF82

Text Example


Text Example

White with #F9DF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9DF82; }

 p { color: rgb(249,223,130); }

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

background-color css

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

 a { background-color: rgb(249,223,130); }

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

border-color css

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

 span { border-color: rgb(249,223,130); }

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