Html Css Color HEX #FAC557 Golden Tainoi

📋 copy color: '#FAC557'

red 250 ◦ green 197 ◦ blue 87

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

Shades of Golden Tainoi #FAC557

Tints of Golden Tainoi #FAC557

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.89%

 BLUE value IS 87 (34.38% from 255) = 16.29%

R = 46.82%
G = 36.89%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#FAC557 (or 0xFAC557) is known color: Golden Tainoi. HEX triplet: FA, C5 and 57. RGB value is (250,197,87). Sum of RGB (Red+Green+Blue) = 250+197+87=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 87 (34.38% from 255 or 16.29% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC557 is #053AA8. Grayscale: #C8C8C8. Windows color (decimal): -342697 or 5752314. OLE color: 5752314.

HSL color Cylindrical-coordinate representation of color #FAC557: hue angle of 40.49º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAC557 is Cyan = 0, Magento = 0.21, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 87 -
CMYK 0 0.21 0.65 0.02
HSL 40.49º 0.94% 0.66% -
HSV(B) 40.49º 0.65% 0.98% -
XYZ 61.11 60.94 17.56 -
YUV 200.31 64.06 163.44 -
System Red Green Blue C M Y K H S L
Decimal 250 197 87 0 0.21 0.65 0.02 40.49 0.94 0.66
Hex FA C5 57 0 15 41 2 28 5E 42
Octal 372 305 127 0 25 101 2 50 136 102
Binary 11111010 11000101 1010111 0 10101 1000001 10 101000 1011110 1000010

Color Harmonies of #FAC557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC557

Black with #FAC557

Text Example


Text Example

White with #FAC557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC557; }

 p { color: rgb(250,197,87); }

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

background-color css

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

 a { background-color: rgb(250,197,87); }

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

border-color css

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

 span { border-color: rgb(250,197,87); }

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