Html Css Color HEX #FAC655 Golden Tainoi

📋 copy color: '#FAC655'

red 250 ◦ green 198 ◦ blue 85

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

Shades of Golden Tainoi #FAC655

Tints of Golden Tainoi #FAC655

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.15%

 BLUE value IS 85 (33.59% from 255) = 15.95%

R = 46.9%
G = 37.15%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAC655 (or 0xFAC655) is known color: Golden Tainoi. HEX triplet: FA, C6 and 55. RGB value is (250,198,85). Sum of RGB (Red+Green+Blue) = 250+198+85=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 85 (33.59% from 255 or 15.95% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC655 is #0539AA. Grayscale: #C9C9C9. Windows color (decimal): -342443 or 5621498. OLE color: 5621498.

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

Color convert

RGB 250 198 85 -
CMYK 0 0.21 0.66 0.02
HSL 41.09º 0.94% 0.66% -
HSV(B) 41.09º 0.66% 0.98% -
XYZ 61.26 61.37 17.21 -
YUV 200.67 62.73 163.19 -
System Red Green Blue C M Y K H S L
Decimal 250 198 85 0 0.21 0.66 0.02 41.09 0.94 0.66
Hex FA C6 55 0 15 42 2 29 5E 42
Octal 372 306 125 0 25 102 2 51 136 102
Binary 11111010 11000110 1010101 0 10101 1000010 10 101001 1011110 1000010

Color Harmonies of #FAC655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC655

Black with #FAC655

Text Example


Text Example

White with #FAC655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC655; }

 p { color: rgb(250,198,85); }

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

background-color css

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

 a { background-color: rgb(250,198,85); }

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

border-color css

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

 span { border-color: rgb(250,198,85); }

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