Html Css Color HEX #F9E384 Buff

📋 copy color: '#F9E384'

red 249 ◦ green 227 ◦ blue 132

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

Shades of Buff #F9E384

Tints of Buff #F9E384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 21.71%

R = 40.95%
G = 37.34%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F9E384 (or 0xF9E384) is known color: Buff. HEX triplet: F9, E3 and 84. RGB value is (249,227,132). Sum of RGB (Red+Green+Blue) = 249+227+132=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 132 (51.95% from 255 or 21.71% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E384 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E384 is #061C7B. Grayscale: #DFDFDF. Windows color (decimal): -400508 or 8709113. OLE color: 8709113.

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

Color convert

RGB 249 227 132 -
CMYK 0 0.09 0.47 0.02
HSL 48.72º 0.91% 0.75% -
HSV(B) 48.72º 0.47% 0.98% -
XYZ 70.7 76.74 32.92 -
YUV 222.75 76.79 146.72 -
System Red Green Blue C M Y K H S L
Decimal 249 227 132 0 0.09 0.47 0.02 48.72 0.91 0.75
Hex F9 E3 84 0 9 2F 2 31 5B 4B
Octal 371 343 204 0 11 57 2 61 133 113
Binary 11111001 11100011 10000100 0 1001 101111 10 110001 1011011 1001011

Color Harmonies of #F9E384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E384

Black with #F9E384

Text Example


Text Example

White with #F9E384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E384; }

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

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

background-color css

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

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

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

border-color css

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

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

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