Html Css Color HEX #FAC55B Golden Tainoi

📋 copy color: '#FAC55B'

red 250 ◦ green 197 ◦ blue 91

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

Shades of Golden Tainoi #FAC55B

Tints of Golden Tainoi #FAC55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.91%

R = 46.47%
G = 36.62%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAC55B (or 0xFAC55B) is known color: Golden Tainoi. HEX triplet: FA, C5 and 5B. RGB value is (250,197,91). Sum of RGB (Red+Green+Blue) = 250+197+91=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC55B is #053AA4. Grayscale: #C9C9C9. Windows color (decimal): -342693 or 6014458. OLE color: 6014458.

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

Color convert

RGB 250 197 91 -
CMYK 0 0.21 0.64 0.02
HSL 40º 0.94% 0.67% -
HSV(B) 40º 0.64% 0.98% -
XYZ 61.28 61.01 18.44 -
YUV 200.76 66.06 163.12 -
System Red Green Blue C M Y K H S L
Decimal 250 197 91 0 0.21 0.64 0.02 40 0.94 0.67
Hex FA C5 5B 0 15 40 2 28 5E 43
Octal 372 305 133 0 25 100 2 50 136 103
Binary 11111010 11000101 1011011 0 10101 1000000 10 101000 1011110 1000011

Color Harmonies of #FAC55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC55B

Black with #FAC55B

Text Example


Text Example

White with #FAC55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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