Html Css Color HEX #FAC846 Golden Tainoi

📋 copy color: '#FAC846'

red 250 ◦ green 200 ◦ blue 70

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

Shades of Golden Tainoi #FAC846

Tints of Golden Tainoi #FAC846

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.46%

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

R = 48.08%
G = 38.46%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#FAC846 (or 0xFAC846) is known color: Golden Tainoi. HEX triplet: FA, C8 and 46. RGB value is (250,200,70). Sum of RGB (Red+Green+Blue) = 250+200+70=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 200 (78.52% from 255 or 38.46% from 520); Blue value is 70 (27.73% from 255 or 13.46% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC846 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC846 is #0537B9. Grayscale: #C8C8C8. Windows color (decimal): -341946 or 4638970. OLE color: 4638970.

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

Color convert

RGB 250 200 70 -
CMYK 0 0.2 0.72 0.02
HSL 43.33º 0.95% 0.63% -
HSV(B) 43.33º 0.72% 0.98% -
XYZ 61.18 62.07 14.55 -
YUV 200.13 54.57 163.57 -
System Red Green Blue C M Y K H S L
Decimal 250 200 70 0 0.2 0.72 0.02 43.33 0.95 0.63
Hex FA C8 46 0 14 48 2 2B 5F 3F
Octal 372 310 106 0 24 110 2 53 137 77
Binary 11111010 11001000 1000110 0 10100 1001000 10 101011 1011111 111111

Color Harmonies of #FAC846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC846

Black with #FAC846

Text Example


Text Example

White with #FAC846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC846; }

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

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

background-color css

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

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

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

border-color css

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

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

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