Html Css Color HEX #FAE085 Buff

📋 copy color: '#FAE085'

red 250 ◦ green 224 ◦ blue 133

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

Shades of Buff #FAE085

Tints of Buff #FAE085

RGB

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

 GREEN value IS 224 (87.89% from 255) = 36.9%

 BLUE value IS 133 (52.34% from 255) = 21.91%

R = 41.19%
G = 36.9%
B = 21.91%

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

#FAE085 (or 0xFAE085) is known color: Buff. HEX triplet: FA, E0 and 85. RGB value is (250,224,133). Sum of RGB (Red+Green+Blue) = 250+224+133=607 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.19% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 133 (52.34% from 255 or 21.91% from 607); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE085 is #051F7A. Grayscale: #DDDDDD. Windows color (decimal): -335739 or 8773882. OLE color: 8773882.

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

Color convert

RGB 250 224 133 -
CMYK 0 0.10 0.47 0.02
HSL 46.67º 0.92% 0.75% -
HSV(B) 46.67º 0.47% 0.98% -
XYZ 70.31 75.33 33.02 -
YUV 221.4 78.11 148.4 -
System Red Green Blue C M Y K H S L
Decimal 250 224 133 0 0.10 0.47 0.02 46.67 0.92 0.75
Hex FA E0 85 0 A 2F 2 2F 5C 4B
Octal 372 340 205 0 12 57 2 57 134 113
Binary 11111010 11100000 10000101 0 1010 101111 10 101111 1011100 1001011

Color Harmonies of #FAE085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE085

Black with #FAE085

Text Example


Text Example

White with #FAE085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE085; }

 p { color: rgb(250,224,133); }

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

background-color css

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

 a { background-color: rgb(250,224,133); }

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

border-color css

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

 span { border-color: rgb(250,224,133); }

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