Html Css Color HEX #FAC746 Golden Tainoi

📋 copy color: '#FAC746'

red 250 ◦ green 199 ◦ blue 70

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

Shades of Golden Tainoi #FAC746

Tints of Golden Tainoi #FAC746

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.34%

 BLUE value IS 70 (27.73% from 255) = 13.49%

R = 48.17%
G = 38.34%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAC746 (or 0xFAC746) is known color: Golden Tainoi. HEX triplet: FA, C7 and 46. RGB value is (250,199,70). Sum of RGB (Red+Green+Blue) = 250+199+70=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 199 (78.12% from 255 or 38.34% from 519); Blue value is 70 (27.73% from 255 or 13.49% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC746 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC746 is #0538B9. Grayscale: #C8C8C8. Windows color (decimal): -342202 or 4638714. OLE color: 4638714.

HSL color Cylindrical-coordinate representation of color #FAC746: hue angle of 43º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAC746 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 199 70 -
CMYK 0 0.20 0.72 0.02
HSL 43º 0.95% 0.63% -
HSV(B) 43º 0.72% 0.98% -
XYZ 60.95 61.61 14.47 -
YUV 199.54 54.9 163.99 -
System Red Green Blue C M Y K H S L
Decimal 250 199 70 0 0.20 0.72 0.02 43 0.95 0.63
Hex FA C7 46 0 14 48 2 2B 5F 3F
Octal 372 307 106 0 24 110 2 53 137 77
Binary 11111010 11000111 1000110 0 10100 1001000 10 101011 1011111 111111

Color Harmonies of #FAC746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC746

Black with #FAC746

Text Example


Text Example

White with #FAC746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC746; }

 p { color: rgb(250,199,70); }

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

background-color css

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

 a { background-color: rgb(250,199,70); }

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

border-color css

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

 span { border-color: rgb(250,199,70); }

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