Html Css Color HEX #FAE284 Buff

📋 copy color: '#FAE284'

red 250 ◦ green 226 ◦ blue 132

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

Shades of Buff #FAE284

Tints of Buff #FAE284

RGB

 RED value IS 250 (98.05% from 255) = 41.12%

 GREEN value IS 226 (88.67% from 255) = 37.17%

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

R = 41.12%
G = 37.17%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FAE284 (or 0xFAE284) is known color: Buff. HEX triplet: FA, E2 and 84. RGB value is (250,226,132). Sum of RGB (Red+Green+Blue) = 250+226+132=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 132 (51.95% from 255 or 21.71% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE284 is #051D7B. Grayscale: #DEDEDE. Windows color (decimal): -335228 or 8708858. OLE color: 8708858.

HSL color Cylindrical-coordinate representation of color #FAE284: hue angle of 47.8º degrees, saturation: 0.92, 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 #FAE284 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 226 132 -
CMYK 0 0.10 0.47 0.02
HSL 47.8º 0.92% 0.75% -
HSV(B) 47.8º 0.47% 0.98% -
XYZ 70.79 76.38 32.84 -
YUV 222.46 76.95 147.64 -
System Red Green Blue C M Y K H S L
Decimal 250 226 132 0 0.10 0.47 0.02 47.8 0.92 0.75
Hex FA E2 84 0 A 2F 2 30 5C 4B
Octal 372 342 204 0 12 57 2 60 134 113
Binary 11111010 11100010 10000100 0 1010 101111 10 110000 1011100 1001011

Color Harmonies of #FAE284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE284

Black with #FAE284

Text Example


Text Example

White with #FAE284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE284; }

 p { color: rgb(250,226,132); }

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

background-color css

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

 a { background-color: rgb(250,226,132); }

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

border-color css

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

 span { border-color: rgb(250,226,132); }

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