Html Css Color HEX #FAC558 Golden Tainoi

📋 copy color: '#FAC558'

red 250 ◦ green 197 ◦ blue 88

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

Shades of Golden Tainoi #FAC558

Tints of Golden Tainoi #FAC558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.45%

R = 46.73%
G = 36.82%
B = 16.45%

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

#FAC558 (or 0xFAC558) is known color: Golden Tainoi. HEX triplet: FA, C5 and 58. RGB value is (250,197,88). Sum of RGB (Red+Green+Blue) = 250+197+88=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 197 (77.34% from 255 or 36.82% from 535); Blue value is 88 (34.77% from 255 or 16.45% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC558 is #053AA7. Grayscale: #C8C8C8. Windows color (decimal): -342696 or 5817850. OLE color: 5817850.

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

Color convert

RGB 250 197 88 -
CMYK 0 0.21 0.65 0.02
HSL 40.37º 0.94% 0.66% -
HSV(B) 40.37º 0.65% 0.98% -
XYZ 61.15 60.96 17.78 -
YUV 200.42 64.56 163.36 -
System Red Green Blue C M Y K H S L
Decimal 250 197 88 0 0.21 0.65 0.02 40.37 0.94 0.66
Hex FA C5 58 0 15 41 2 28 5E 42
Octal 372 305 130 0 25 101 2 50 136 102
Binary 11111010 11000101 1011000 0 10101 1000001 10 101000 1011110 1000010

Color Harmonies of #FAC558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC558

Black with #FAC558

Text Example


Text Example

White with #FAC558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC558; }

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

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

background-color css

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

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

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

border-color css

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

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

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