Html Css Color HEX #F9E382 Buff

📋 copy color: '#F9E382'

red 249 ◦ green 227 ◦ blue 130

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

Shades of Buff #F9E382

Tints of Buff #F9E382

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.46%

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

R = 41.09%
G = 37.46%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F9E382 (or 0xF9E382) is known color: Buff. HEX triplet: F9, E3 and 82. RGB value is (249,227,130). Sum of RGB (Red+Green+Blue) = 249+227+130=606 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.09% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 130 (51.17% from 255 or 21.45% from 606); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E382 is #061C7D. Grayscale: #DEDEDE. Windows color (decimal): -400510 or 8578041. OLE color: 8578041.

HSL color Cylindrical-coordinate representation of color #F9E382: hue angle of 48.91º 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 #F9E382 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 227 130 -
CMYK 0 0.09 0.48 0.02
HSL 48.91º 0.91% 0.74% -
HSV(B) 48.91º 0.48% 0.98% -
XYZ 70.57 76.69 32.2 -
YUV 222.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 249 227 130 0 0.09 0.48 0.02 48.91 0.91 0.74
Hex F9 E3 82 0 9 30 2 31 5B 4A
Octal 371 343 202 0 11 60 2 61 133 112
Binary 11111001 11100011 10000010 0 1001 110000 10 110001 1011011 1001010

Color Harmonies of #F9E382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E382

Black with #F9E382

Text Example


Text Example

White with #F9E382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E382; }

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

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

background-color css

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

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

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

border-color css

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

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

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