Html Css Color HEX #FAC553 Golden Tainoi

📋 copy color: '#FAC553'

red 250 ◦ green 197 ◦ blue 83

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

Shades of Golden Tainoi #FAC553

Tints of Golden Tainoi #FAC553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 15.66%

R = 47.17%
G = 37.17%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#FAC553 (or 0xFAC553) is known color: Golden Tainoi. HEX triplet: FA, C5 and 53. RGB value is (250,197,83). Sum of RGB (Red+Green+Blue) = 250+197+83=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 83 (32.81% from 255 or 15.66% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC553 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC553 is #053AAC. Grayscale: #C8C8C8. Windows color (decimal): -342701 or 5490170. OLE color: 5490170.

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

Color convert

RGB 250 197 83 -
CMYK 0 0.21 0.67 0.02
HSL 40.96º 0.94% 0.65% -
HSV(B) 40.96º 0.67% 0.98% -
XYZ 60.95 60.88 16.72 -
YUV 199.85 62.06 163.77 -
System Red Green Blue C M Y K H S L
Decimal 250 197 83 0 0.21 0.67 0.02 40.96 0.94 0.65
Hex FA C5 53 0 15 43 2 29 5E 41
Octal 372 305 123 0 25 103 2 51 136 101
Binary 11111010 11000101 1010011 0 10101 1000011 10 101001 1011110 1000001

Color Harmonies of #FAC553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC553

Black with #FAC553

Text Example


Text Example

White with #FAC553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC553; }

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

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

background-color css

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

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

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

border-color css

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

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

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